Re: WAL file utilization question - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: WAL file utilization question
Date
Msg-id 20070516163520.GZ4582@alvh.no-ip.org
Whole thread Raw
In response to WAL file utilization question  (Keaton Adams <kadams@mxlogic.com>)
List pgsql-admin
Keaton Adams wrote:

> Even with full_page_writes set to false and checkpoints taking place
> every 60 seconds or so, the amount of WAL log data generated per minute
> seems to be significant.

Stop right there.  Having checkpoints every 60 seconds is insane.  Did
you look into increasing checkpoint_segments a lot?

> So my question is this: If I kick off a transaction that loads records
> with a size of 100 bytes, does the insert for that record take 100 bytes
> in the WAL file, or is the data archived in the WAL log in page size
> (8k) portions?

Vicinity of 100 bytes, except right after checkpoints as you noted.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-admin by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: WAL file utilization question
Next
From: Keaton Adams
Date:
Subject: Re: WAL file utilization question