Oliver Eales wrote:
> Hugo Monteiro schrieb:
>> Hello all,
>>
>> i've noticed that there aren't any indexes defined whatsoever, besides
>> the ones automatically created for keys. Couldn't there be some indexes
>> to speed up the queries?
>>   
> The database layout is fine.
> I got the most improvement from using InnoDB as MySql storage engine
> instead of Myisam, as Myisam has the problem of locking whole tables.
> 
> You just have to replace the INSERT DELAYED statements with simple INSERT.

Be aware that InnoDB has been extremely unstable on a live environment
that has to process millions of mails per day. It works fine until the
database starts to become large. Then MySQL starts crashing + recovering
almost daily.

Cami

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to