View Single Post
  #31 (permalink)  
Old 08-14-2007, 08:33 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default 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.
Reply With Quote