Re: - Mailing list pgsql-performance

From Scott Marlowe
Subject Re:
Date
Msg-id CAOR=d=15kQrx+dFQM6NzsPEz_GGBrBJ4+2fSadipS-rGBwYetg@mail.gmail.com
Whole thread Raw
In response to Re:  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-performance
I was gonna tell you to turn off full page writes, but in 8.1 that
setting is ignored.  For reference, here's the pages that you should
look at for this:

http://www.postgresql.org/docs/8.1/static/runtime-config-wal.html
http://www.postgresql.org/docs/8.1/static/wal-configuration.html

For 9.1, the same pages:

http://www.postgresql.org/docs/9.1/static/runtime-config-wal.html
http://www.postgresql.org/docs/9.1/static/wal-configuration.html

For future reference, if you want to learn more about performance
tuning postgresql, Performance PostgreSQL by Greg Smith is THE book to
have.


pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re:
Next
From: Josh Berkus
Date:
Subject: Issues with OSX and SHMMAX?