On Jun 8, 2007, at 1:05 PM, alex handle wrote:
>> I've had some serious crashes with InnoDB lately, which forced me to
>> completely delete the amavis-new DB and restart fresh.
>>
>> So, what are the pros/cons on using ISAM vs InnoDB for the Amavis-
>> new DB?
>
> i use myisam for read-itensive applications like postfix lookup
> tables.
> for quarantine and bayes i would use innodb because it has better
> read-write
> concurrency. myisam is also bad for such things because you often
> have to repair
> your tables after a server crash.
Hi Alex, please forgive me for jumping in, but I have a question
about this. My bayes-related tables are set up to use the MyISAM
engine...Is InnoDB's r/w concurrency a big enough benefit for me to
change my existing setup?
Thanks,
-Dave
--
Dave McGuire
Port Charlotte, FL
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/