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? -- https://mail.python.org/mailman/listinfo/python-list