On May 20, 2010 11:35:32 am John G. Heim wrote:
> Right now I have the spamassassin bayesian rules database in mysql myisam
> tables on our mail server. I want to move it to our database server.
> Mysqltuner tells me that the read/write ratio is 10/90. 90% writes.
> 
> Given a database that is doing 90% writes, what database engine should I
> use?
Postgres :p

In seriousness though, go with whatever the rest of your database uses. There 
are probably some 
minor differences between database engines, but for maintenance,  you will not 
regret keeping things 
consistent. 

Colin

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to