Re: Rapidly decaying performance repopulating a large table - Mailing list pgsql-general

From David Wilson
Subject Re: Rapidly decaying performance repopulating a large table
Date
Msg-id e7f9235d0804241355x5414bfbo8a48385e5406ecf6@mail.gmail.com
Whole thread Raw
In response to Re: Rapidly decaying performance repopulating a large table  (Tomasz Ostrowski <tometzky@batory.org.pl>)
List pgsql-general
Thanks for the help from everyone on this. Further investigation with
the suggested statistics and correlating that with some IO graphs
pretty much nailed the problem down to checkpoint IO holding things
up, and tuning the checkpoint segments and completion target (128 and
0.9 seemed to be the best tradeoff for me) pretty much cleared things
up.

All told, the run time of this regeneration pass was less than half of
what it was the last time I ran one, despite involving more total
data. Much appreciated.

--
- David T. Wilson
david.t.wilson@gmail.com

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to modify ENUM datatypes?
Next
From: Bruce Momjian
Date:
Subject: Re: How to modify ENUM datatypes?