WAL files and heckpoints - Mailing list pgsql-admin

From Julio Leyva
Subject WAL files and heckpoints
Date
Msg-id BLU102-W54713C56214E6E10A69A92A1350@phx.gbl
Whole thread Raw
List pgsql-admin
Hi all

We have been 'fighting' with the performance of our app for some days now.We don't know exactly how wal log files and
checkpoints exactly work behind scenes. 
We found that incrementing the checkpoint_segments and increasing the wal_buffers the performance of our app goes up.
Our app is primarily  inserts , we don't do deletes at all and updates happen just eventually.
We have two understanding on this

1 )So once a transaction is comitted , it goes to the wal_buffers then when a checkpoint_segment comes or a time_out
comes, wal_buffers is flush out to the disk into the logfiles? 
Is that correct?, If so, what happens if the system crash before a checkpoint occurs? we lost the log files?.

2) Transactions go to the WAL buffers then when the check_point comes , wal_buffers are written to the D.B. and to the
logfiles
if so what happen when the system crash before the wal_buffers are written do the D.B/

Could u please clarify that process?

Thanks a lot in advance






pgsql-admin by date:

Previous
From: Michael Monnerie
Date:
Subject: Re: Syslog to postgresql - need peaks of 5.000/s
Next
From: dx k9
Date:
Subject: Re: Zen and art if WAL and dump file mainteance