"Gordan Bobic" <[EMAIL PROTECTED]> writes: > If I do a view that produces the data I want through joins, it takes hours, > even with all fields indexed, and after VACUUM ANALYZE. Doing SET ENABLE > SEQ_SCAN = OFF doesn't seem to make any difference. The query plan changes, > but select times are still roughly the same... Doing the separate > subqueries on each table and joining data manualy in the application code > takes literaly seconds. Um, have you updated since I changed the subselect-restriction processing two days ago? regards, tom lane
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Robert B. Easter
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Bruce Momjian
- Re: [GENERAL] Outer Joins Tom Lane
- Re: [GENERAL] Outer Joins Bruce Momjian
- Re: [GENERAL] Outer Joins Brett W. McCoy
- [GENERAL] Another optimizer question Gordan Bobic
- Re: [GENERAL] Another optimizer question Gordan Bobic
- Re: [GENERAL] Another optimizer question Tom Lane
- Re: [GENERAL] Another optimizer questio... Gordan Bobic
- [GENERAL] Outer joins eddie iannuccelli
- Re: [GENERAL] Outer joins Tom Lane
- RE: [GENERAL] Outer joins Trewern, Ben
- RE: [GENERAL] Outer joins wsheldah