checkpoints, proper config - Mailing list pgsql-performance

From Tory M Blue
Subject checkpoints, proper config
Date
Msg-id CAEaSS0af0GpqQYSwePKRQq6RtX-x9NXDm=jOXcbcGAmGHXapFw@mail.gmail.com
Whole thread Raw
Responses Re: checkpoints, proper config  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
9.3.4 CentOS 256Gb system

 total_checkpoints | minutes_between_checkpoints 

-------------------+-----------------------------

            109943 |          0.0274886580556895


I've just bumped then to 150.


# - Checkpoints -

checkpoint_segments = 150             

checkpoint_timeout = 5min              

checkpoint_completion_target = 0.9     

checkpoint_warning = 3600s 


WAL buffers are 32MB

Very intense work loads during the eve, much lighter during the day. I need the help when I attempt to shove a ton of data in the DB


Any suggestions?


Tory

pgsql-performance by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Slow Index Creation, why is it not consuming more memory.
Next
From: "Joshua D. Drake"
Date:
Subject: Re: checkpoints, proper config