Re: Limit of bgwriter_lru_maxpages of max. 1000? - Mailing list pgsql-general

From Tom Lane
Subject Re: Limit of bgwriter_lru_maxpages of max. 1000?
Date
Msg-id 15363.1254521783@sss.pgh.pa.us
Whole thread Raw
In response to Re: Limit of bgwriter_lru_maxpages of max. 1000?  (Bruce Momjian <bruce@momjian.us>)
List pgsql-general
Bruce Momjian <bruce@momjian.us> writes:
> My guess is that having a very long fuzzy checkpoint time means that
> when you fsync you are fsync'ing lots of data, both your checkpoint data
> and other writes performed by backends.

Hmm, could be ... although that would imply that shared_buffers should
be kicked up some more, so the backends aren't doing so many writes for
themselves.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Limit of bgwriter_lru_maxpages of max. 1000?
Next
From: Scott Marlowe
Date:
Subject: Re: Limit of bgwriter_lru_maxpages of max. 1000?