You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/02/23 04:32:28 UTC

[Bug 3076] New: BayesStoreSQL: Delayed INSERT?

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: spamassassin-dev@incubator.apache.org
        ReportedBy: luke@intrinsix.net


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.