Re: Understanding wal segments - Mailing list pgsql-admin

From Tom Lane
Subject Re: Understanding wal segments
Date
Msg-id 21716.1193978282@sss.pgh.pa.us
Whole thread Raw
In response to Understanding wal segments  (Kevin Kempter <kevin@kevinkempterllc.com>)
Responses Re: Understanding wal segments  (Kevin Kempter <kevin@kevinkempterllc.com>)
List pgsql-admin
Kevin Kempter <kevin@kevinkempterllc.com> writes:
> What's the relationship between wal_buffers and checkpoint_segments?

None particularly.

> even
> though the max distance between checkpoints is 32 segments, is there
> something that controls the number of files/segments in the pg_xlog dir ?

The system is designed to settle at 2*checkpoint_segments+1 files in
pg_xlog, assuming that you have activity spikes sufficient to drive it
up to that level at all.

            regards, tom lane

pgsql-admin by date:

Previous
From: Kevin Kempter
Date:
Subject: Understanding wal segments
Next
From: Kevin Kempter
Date:
Subject: Re: Understanding wal segments