Re: Performance problems testing with Spamassassin 3.1.0

PFC <lists@boutiquenumerique.com>

From: PFC <lists@boutiquenumerique.com>
To: "Matthew Schumacher" <matt.s@aptalaska.net>, "Andrew McMillan" <andrew@catalyst.net.nz>
Cc: pgsql-performance@postgresql.org
Date: 2005-07-29T19:24:32Z
Lists: pgsql-performance

> Also, this test goes a bit faster with sync turned off, if mysql isn't
> using sync that would be why it's so much faster.  Anyone know what the
> default for mysql is?

	For InnoDB I think it's like Postgres (only slower) ; for MyISAM it's no  
fsync, no transactions, no crash tolerance of any kind, and it's not a  
default value (in the sense that you could tweak it) it's just the way  
it's coded.