https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6710

Ivan Filippov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ivan Filippov <[email protected]> ---
This affects any component using Mail::SpamAssassin::BayesStore::SQL.  The
INSERTs and UPDATEs could be batched in transactions to speed this up.

I'm using 3.4.0 with a MariaDB Galera cluster (3 intercontinental members). 
I've tested differently sized scan targets via bayes and just standard database
operations.  INSERTing 400 simple records one at a time (with autocommit) takes
around 80 seconds, entering 400 of the same records within a transaction takes
less than 1 second.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to