Re: unlogged tables

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Greg Stark" <gsstark@mit.edu>,"Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Heikki Linnakangas" <heikki.linnakangas@enterprisedb.com>, "marcin mank" <marcin.mank@gmail.com>, "Robert Haas" <robertmhaas@gmail.com>, <pgsql-hackers@postgresql.org>, "Andy Colson" <andy@squeakycode.net>
Date: 2010-11-17T16:48:36Z
Lists: pgsql-hackers
Greg Stark <gsstark@mit.edu> wrote:
 
> If this is a clean shutdown then all the non-unlogged tables have
> been checkpointed so they should have no dirty pages in them
> anyways. So we could just fsync everything.
 
Or just all the unlogged tables.
 
-Kevin