http://bugzilla.spamassassin.org/show_bug.cgi?id=3225
------- Additional Comments From [EMAIL PROTECTED] 2004-04-23 21:21 ------- Subject: Re: RFE: Bayes optimizations On Fri, Apr 23, 2004 at 08:10:03PM -0700, [EMAIL PROTECTED] wrote: > > Well, we already have that with the current code. atime updates go into > the journal which is "light" I/O usage, then periodically the journal > gets synced to the DB. The code that reads in the journal caches atime > updates, and then does 1 update per token instead of multiple updates > per token. > The SQL code doesn't make use of a journal. I've contemplated a journal table that we can do fast inserts into and treat just like the journal file. However, it just hasn't been necessary and overly complicates things so I've left it at KISS. Another option could be a mass update, tok_touch_all. The only problem there is we make sure atimes are only updated if they are > the existing atime via the SQL code which wouldn't work well with a multi-row update. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.