PostgreSQL configuration (work_mem, effective_cache_size etc.)
Posted
by
JohnHawkins
on Server Fault
See other posts from Server Fault
or by JohnHawkins
Published on 2012-04-03T16:34:34Z
Indexed on
2012/04/03
17:33 UTC
Read the original article
Hit count: 172
database
|postgresql
:)
I know I can base on tutorials that I can find on net, but there are confusing, and I know there are some of Postgres gurus here.
My hardware:
2x Intel Xeon E5645 2,40 GHz / 32 GB of RAM / 2xSAS for pg_xlog (RAID1) + 3x2 SAS for rest (RAID10) + BBU and 512 MB of cache.
It's gonna be used for one web project, with some big (relative term :P) tables (20mil+ of records).
Server is dedicated to Posgtres service. I need help with configuring it - work_mem, effective_cache_size etc.
© Server Fault or respective owner