6 Apr 2002 17:45
Re: [SQL] intersect performance (PG 7.1.3 vs 7.2)
Tom Lane <tgl <at> sss.pgh.pa.us>
2002-04-06 15:45:35 GMT
2002-04-06 15:45:35 GMT
d_nardini <at> btconnect.com writes: > Following are EXPLAIN dumps from each platform for both intersect and > union (both return the correct data on each platform). Did you ever VACUUM ANALYZE these tables on the 7.1 box? The statistics estimates from that machine look suspiciously like default values. If you did, then maybe I can credit 7.2's improved statistics machinery with a win. But I bet the better choice of plan on the 7.2 box is due simply to having any stats at all. Can't help you with the RPM dependency issues, sorry. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
. But I bet the better choice of plan on the 7.2 box is
due simply to having any stats at all.
Can't help you with the RPM dependency issues, sorry.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
RSS Feed