[ZODB-Dev] Re: [Zope-dev] Conflict reduced BTrees for catalogin

Steve Alexander steve@cat-box.net
Fri, 21 Mar 2003 12:00:33 +0200


Jeremy Hylton wrote:
> The way ZODB works, it's impossible to read uncommitted data.
> But it is possible to read an object by loading it
> from the cache, and thus get an older committed version of the object
> than if you had read it by loading it from the database.

I can see how this happens with ZEO, but I thought that objects in 
in-process connection caches were invalidated as newer data is committed.

Am I wrong?

--
Steve Alexander