|
7a69dded3a
|
Add caching objects in a dict
|
2024-10-15 03:11:40 +03:00 |
|
|
e0fd798d22
|
Make objects.vectors_to_send() a generator of chunks
|
2024-10-15 03:11:39 +03:00 |
|
|
de4d1655e0
|
Move VACUUM into cleanup()
|
2024-10-15 03:11:38 +03:00 |
|
|
533e6f98cd
|
Take into account pending objects in Inventory.cleanup()
|
2024-10-15 03:11:38 +03:00 |
|
|
332650061c
|
Add vacuum after deleting 10000 objects
|
2024-10-15 03:11:37 +03:00 |
|
|
e4d6ebfc3a
|
Move objects_lock into the Inventory object
|
2024-10-15 03:11:34 +03:00 |
|
|
195ce33c83
|
Handle sqlite3 exceptions in __setitem__ instead of checking presence
|
2024-10-15 03:10:18 +03:00 |
|
|
86501d807f
|
Set the row_factory for the sqlite3.Connection
|
2024-10-15 03:10:17 +03:00 |
|
|
9ee3187b51
|
Set a row factory instead of nesting the iterator, iterate through the cursor
|
2024-10-15 03:10:17 +03:00 |
|
|
6715af61b3
|
A rough implementation of the objects stored in sqlite db
|
2024-10-15 03:10:03 +03:00 |
|