Re: [HACKERS] Performance while loading data and indexing

Doug McNaught <doug@wireboard.com>

From: Doug McNaught <doug@wireboard.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Neil Conway <neilc@samurai.com>, Bruce Momjian <pgman@candle.pha.pa.us>, shridhar_daithankar@persistent.co.in, pgsql-hackers@postgresql.org, pgsql-general@postgresql.org
Date: 2002-09-26T21:37:10Z
Lists: pgsql-hackers, pgsql-performance, pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:

> We'd be happiest with a filesystem that journals its own metadata and
> not the user data in the file(s).  I dunno if there are any.

ext3 with data=writeback?  (See my previous message to Bruce).

-Doug