Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Date
Msg-id 43E94CF8.9070408@familyhealth.com.au
Whole thread Raw
In response to Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
List pgsql-hackers
> This would apply to only a single relation, so would be just as
> efficient a write to the database as to WAL. The proposed route is to
> sync to the database, but not to WAL, thus halving the required I/O.
> 
> Yes, its designed for large data loads.


A question - would setting fsync=off while restoring a multi-gig dump 
(during an upgrade) improve performance?

Chris



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: streamlined standby procedure
Next
From: Neil Conway
Date:
Subject: Re: Problems compiling a trigger