Re: Performance problems testing with Spamassassin 3.1.0
Matthew Schumacher <matt.s@aptalaska.net>
From: Matthew Schumacher <matt.s@aptalaska.net>
To: Andrew McMillan <andrew@catalyst.net.nz>
Cc: pgsql-performance@postgresql.org
Date: 2005-07-29T20:30:20Z
Lists: pgsql-performance
Andrew McMillan wrote: > > For the data in question (i.e. bayes scoring) it would seem that not > much would be lost if you did have to restore your data from a day old > backup, so perhaps fsync=false is OK for this particular application. > > Regards, > Andrew McMillan. > Restoring from the previous days backup is plenty exceptable in this application, so is it possible to turn fsync off, but only for this database, or would I need to start another psql instance? schu