Ed Behn <[email protected]> writes: > Does partitioning of TEMP tables not work like non-TEMP tables?
Should be the same ... but you don't get any auto-analyze support on
a temp table. I wonder if you're remembering to ANALYZE the temp
tables after you've populated them.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
