Re: [PERFORM] temp tables

2008-03-13 Thread Tom Lane
James Mansion <[EMAIL PROTECTED]> writes: > Do CREATE TEMP TABLE table have any special treatment regarding eliding > sync operations Yes; neither fsync nor WAL-writing is done for temp tables. > or deferring creation of disk files in the case where memory pressure > does not require a spill?

[PERFORM] temp tables

2008-03-13 Thread James Mansion
Do CREATE TEMP TABLE table have any special treatment regarding eliding sync operations or deferring creation of disk files in the case where memory pressure does not require a spill? James -- Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org) To make changes to your s