Re: ext4 finally doing the right thing

From: Pierre Frédéric Caillaud <lists(at)peufeu(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: ext4 finally doing the right thing
Date: 2010-01-21 16:36:47
Message-ID: op.u6v5rlilcke6l8@soyouz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> Now, with ext4 moving to full barrier/fsync support, we could get to the
> point where WAL in the main data FS can mimic the state where WAL is
> seperate, namely that WAL writes can "jump the queue" and be written
> without waiting for the data pages to be flushed down to disk, but also
> that you'll get the big backlog of data pages to flush when
> the first fsyncs on big data files start coming from checkpoints...

Does postgres write something to the logfile whenever a fsync() takes a
suspiciously long amount of time ?

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2010-01-21 16:41:19 Re: New server to improve performance on our large and busy DB - advice?
Previous Message Florian Weimer 2010-01-21 16:24:12 Re: Inserting 8MB bytea: just 25% of disk perf used?