Re: PG 8.3 and large shared buffer settings
От
Jeff Janes
Тема
Re: PG 8.3 and large shared buffer settings
Дата
Msg-id
f67928030909261216r4e3a1ad7r5821f02f583c3206@mail.gmail.com
Ответ на
Re: PG 8.3 and large shared buffer settings (Greg Smith)
Список
Дерево обсуждения
PG 8.3 and large shared buffer settings Dan Sugalski <dan@sidhe.org>
Re: PG 8.3 and large shared buffer settings Tom Lane <tgl@sss.pgh.pa.us>
Re: PG 8.3 and large shared buffer settings Dan Sugalski <dan@sidhe.org>
Re: PG 8.3 and large shared buffer settings Aidan Van Dyk <aidan@highrise.ca>
Re: PG 8.3 and large shared buffer settings Scott Carey <scott@richrelevance.com>
Re: PG 8.3 and large shared buffer settings Aidan Van Dyk <aidan@highrise.ca>
Re: PG 8.3 and large shared buffer settings Jeff Janes <jeff.janes@gmail.com>
Re: PG 8.3 and large shared buffer settings Greg Smith <gsmith@gregsmith.com>
Re: PG 8.3 and large shared buffer settings Gerhard Wiesinger <lists@wiesinger.com>
Re: PG 8.3 and large shared buffer settings Jeff Janes <jeff.janes@gmail.com>
Re: PG 8.3 and large shared buffer settings Greg Smith <gsmith@gregsmith.com>
Re: PG 8.3 and large shared buffer settings Josh Berkus <josh@agliodbs.com>
Re: PG 8.3 and large shared buffer settings Hannu Krosing <hannu@2ndQuadrant.com>
Re: PG 8.3 and large shared buffer settings Jeff Janes <jeff.janes@gmail.com>
Re: PG 8.3 and large shared buffer settings Greg Smith <gsmith@gregsmith.com>
Re: PG 8.3 and large shared buffer settings Pierre Frédéric Caillaud<lists@peufeu.com>
On Sat, Sep 26, 2009 at 8:19 AM, Greg Smith wrote: > > Another problem spot are checkpoints. If you dirty a very large buffer > cache, that whole thing will have to get dumped to disk eventually, and on > some workloads people have found they have to reduce shared_buffers > specifically to keep this from being too painful. Hi Greg, Is this the case even if checkpoint_completion_target is set close to 1.0? If you dirty buffers fast enough to dirty most of a huge shared_buffers area between checkpoints, then it seems like lowering the shared_buffers wouldn't reduce the amount of I/O needed, it would just shift the I/O from checkpoints to the backends themselves. It looks like checkpoint_completion_target was introduced in 8.3.0 Cheers, Jeff
В списке pgsql-performance по дате отправления