increasing the page size of a dbm store?

Michael Torrie torriem at gmail.com
Mon Dec 2 18:49:17 EST 2019


On 12/1/19 7:50 PM, Tim Chase wrote:
> After sparring with it a while, I tweaked the existing job so that it
> chunked things into dbm-appropriate sizes to limp through; for the
> subsequent job (where I would have used dbm again) I went ahead and
> switched to sqlite and had no further issues.

How did you replace a key/value store with a relational database?  Is a
SQLite database fast enough at this sort of thing that it wasn't really
designed for?


More information about the Python-list mailing list