zodb / relstorage

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

Fix 'out of shared memory' error zapping PostgreSQL databases with h… #477

Closed jamadden closed 3 years ago

jamadden commented 3 years ago

…uge numbers of blobs.

This requires clearing that table in chunks.

Fixes #468