RE: AW: AW: WAL does not recover gracefully from out-of -dis k-sp ace - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: AW: AW: WAL does not recover gracefully from out-of -dis k-sp ace
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D3305@sectorbase1.sectorbase.com
Whole thread Raw
Responses Re: AW: AW: WAL does not recover gracefully from out-of -dis k-sp ace
List pgsql-hackers
> The reason I'm inclined to question this is that what we want 
> is not an fsync per write but an fsync per transaction, and we can't 
> easily buffer all of a transaction's XLOG writes...

WAL keeps records in WAL buffers (wal-buffers parameter may be used to
increase # of buffers), so we can make write()-s buffered.

Seems that my Solaris has fdatasync, so I'll test different approaches...

Vadim


pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: WAL does not recover gracefully from out-of-disk-sp ace
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: WAL & SHM principles