[ZODB-Dev] RFC: database ids

Vincent Pelletier plr.vincent at gmail.com
Thu Aug 15 00:49:55 CEST 2013


Le 15 août 2013 00:09, "Jim Fulton" <jim at zope.com> a écrit :
> Comments?

Please make database ID reachable where _p_oid is reachable (maybe on
_p_jar, I don't mind a few attribute lookup levels/trivial calls).
I would love to be able to uniquely identify an object without risking
collisions in multi-mountpoint setups, including in cases where traversal
may not provide a cannonical path (ex: CMF Skinnable kind of indirections
behind the back of acquisition).
I don't recall use-cases requiring being able to also retrieve the object
from those coordinates (probably none exist, a path suits this better), but
at least to use (db_id, _p_oid) as a cache key.

--
Vincent Pelletier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.zope.org/pipermail/zodb-dev/attachments/20130815/b137a3f6/attachment-0001.html>


More information about the ZODB-Dev mailing list