Re: Slow updates, poor IO

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 29 Sep 2008, John Huttley wrote:

checkpoint _segments=16 is fine, going to 64 made no improvement.

You might find that it does *after* increasing shared_buffers. If the buffer cache is really small, the checkpoints can't have very much work to do, so their impact on performance is smaller. Once you've got a couple of hundred MB on there, the per-checkpoint overhead can be considerable.

It would be nice if thing like
* The effect of updates on indexed tables
* Fill Factor
* reindex  after restore
Were mentioned in the 'performance' section of the manual, since that's the part someone will go to when looking for a solution.

If you have to reindex after restore to get good performance, that means what you should do instead is drop the indexes on the table during the restore and then create them once the data is there. The REINDEX is more aimed at when the system has been running for a while and getting fragmented.

Unfortunately most of the people who know enough about those topics to really do a good treatment of them are too busy fixing slow systems to have time to write about it. There are many articles on this general topic trickling out at http://wiki.postgresql.org/wiki/Performance_Optimization you might find valuable in addition to the manual.

--
* Greg Smith gsmith@xxxxxxxxxxxxx http://www.gregsmith.com Baltimore, MD


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux