On Fri, 29 Jul 2011 11:36:52 -0400 Michael Scheidell <michael.scheid...@secnap.com> wrote:
> On 7/29/11 11:33 AM, David F. Skoll wrote: > > Has anyone investigated writing a CDB backend for SpamAssassin's > > Bayes implementation? I'm guessing the need to rewrite the DB each > > time makes it a bit complex. > esp for people with 2gb db's? CDB is *very* fast. If you journal your Bayes training and run the journal every 5-10 minutes, CDB can easily keep up even with a 2GB Bayes database. Regards, David.