zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Improve the efficiency of packing databases #428

Closed jamadden closed 3 years ago

jamadden commented 3 years ago

Especially, but not only, history-free databases, by using more batch operations. It can now be substantially faster than using the external multi-zodb-gc script in addition to using less memory. See #275 for some timing information.

Added documentation about persistent reference information being stored. That should fix #395.