Re: NOLOGGING option, or ?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Simon Riggs <simon@2ndquadrant.com>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, Greg Stark <gsstark@mit.edu>, Neil Conway <neilc@samurai.com>, Alvaro Herrera <alvherre@surnet.cl>, pgsql-hackers@postgresql.org
Date: 2005-06-01T15:55:46Z
Lists: pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes: > 4. Optionally, we set a flag on the table showing the whole table is > frozen. Anybody writing to this table subsequently will spoil this flag. > If the flag is set, all forms of VACUUM will return success immediately > without performing a scan (since it is already in a perfect VACUUM FULL > and VACUUM FREEZE state). This bit strikes me as dangerous and not related to the original proposal. I don't care for the load-already-frozen-data part at all, either. That's not just giving up WAL protection, that's an outright MVCC semantics violation, in return for which we get ... not much. Certainly not any speedup in the LOAD itself. regards, tom lane