Switch spambayes training persistence away from pickle

Bug #1035758 reported by Jean-Paul Calderone
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Quotient
Fix Committed
Undecided
Unassigned

Bug Description

Pickle is an unwieldy format for this data, particularly with the current monolithic approach where the entire training dataset needs to be loaded and saved for any operation. By the time you have a decent amount of training, this gets really slow.

We have SQLite3, we should probably use that.

Related branches

Changed in quotient:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.