RE: [ZODB-Dev] Question about BTree transaction data

2006-04-12 Thread Pascal Peregrina
I use FileStorage (via ZEO). I have switched a big dictionary from PersistentMapping to BTree. In the past, it was easy to compute added/deleted keys from states (cause PersistentMapping state contains the whole dictionary, so it was only a matter of getting the keys and comparing them with pre

RE: [ZODB-Dev] Question about BTree transaction data

2006-04-12 Thread Dieter Maurer
Pascal Peregrina wrote at 2006-4-12 08:35 +0100: >I use FileStorage (via ZEO). > >I have switched a big dictionary from PersistentMapping to BTree. > >In the past, it was easy to compute added/deleted keys from states (cause >PersistentMapping state contains the whole dictionary, so it was only a