[ZODB-Dev] Scalable Container for Log-Entries

Steve Alexander steve at z3u.com
Wed Jan 28 10:53:02 EST 2004


> I want to log references to objects (not strings). I think this is not 
> possible if I use serveral storages.

If your objects all come from the same storage, you can store their oids 
in the second storage, and resolve them by looking up the oid in a 
connection to the first storage.

If you're using several storages as well as the one you use for logging, 
you'd need to have some way of distinguishing which storage the oid 
belongs to.

You may have problems if you want to get an oid for a newly-created object.

--
Steve Alexander




More information about the ZODB-Dev mailing list