Re: Website Performance - Tips & Tricks For better performance of the site, you might want to disable calling fsync(). (There is risk that you loose more data when system is crushed, though)
To disable auto fsync(), start postmaster like
postmaster -o '-F'
This is recommended setting for session database, since session database is not critical as account database and it accessed most often.
__________________
J.Vijayanand
Last edited by Booom : 08-21-2007 at 03:11 AM.
|