http://bugzilla.spamassassin.org/show_bug.cgi?id=3076
Summary: BayesStoreSQL: Delayed INSERT?
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: minor
Priority: P5
Component: spamassassin
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Since the SQL-based implementation of the BayesStore module is fairly resource
intensive, it might be helpful to use "INSERT DELAYED" and/or "UPDATE
LOW_PRIORITY" SQL statements when modifying the database.
The first is standard SQL, AFAIK, and the latter should be - but is perhaps a
MySQL-specific extension.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.