zodb / relstorage

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

Simplify and localize the way most temporary objects are stored. #356

Closed jamadden closed 5 years ago

jamadden commented 5 years ago

There was still a bunch of reliance on the cache for no good reason. A lot of extra method calls and layers go away.

This started as just a way to remove calling max(stored_oid, oid) on every store (the temp_store already hasd taht data).