[ZODB-Dev] BTree performance characteristics

Toby Dickenson tdickenson@geminidataloggers.com
Tue, 16 Jul 2002 16:15:59 +0100


I am looking at the number of persistent objects modified by different OI=
BTree=20
operations.

I see that the number is nicely low when *adding* elements to a BTree. Ho=
wever=20
the number is much higher when changing the value associated with an exis=
ting=20
key.

Are BTrees known to work this way? or do I have something wierd going on?

Thanks,