Re: SA 3.1.0 bayes. SDBM vs DB_File vs SQL

2005-12-14 Thread Matt Kettler
Matt Kettler wrote: > Given that I'm looking for maximum message scanning speed and lowest RAM > overhead on a single server, is there any reason for me to prefer using SQL > over > SDBM? Replying to myself I found one issue. sa-learn --restore doesn't work properly for SD BM: http://issues.apac

SA 3.1.0 bayes. SDBM vs DB_File vs SQL

2005-12-14 Thread Matt Kettler
Looking in the wiki I found this very interesting page: http://wiki.apache.org/spamassassin/BayesBenchmarkResults Now, obviously the SQL implementations are the implementation of choice if you want to share a bayes DB across multiple servers. No question about it, that's what SQL servers are for