(useing postgres) Im curious if there would be any performance gain by createing a view for a perticular query (then doing a select *) vs. useing a query that has about 12 equijoins in the where clause. My initial thought is no, so the db is still doing the work to process the view, but maybe I am overlooking something? TIA