Pascal Peregrina wrote at 2006-4-10 09:04 +0100:
>I would like to know if from BTree state data, it is possible to compute
>which keys were added/deleted.

Of course not from a single state: it just tells you about the
current keys, not about their history.

If you are using a storage with history (e.g. "FileStorage"),
then the history can allow you to retrieve earlier states.
Comparing the current and some earlier state allows you to
determine additions/deletions (to some extend).

-- 
Dieter
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to