durusmail: durus-users: PersistentDict vs BTree
PersistentDict vs BTree
2006-10-03
2006-10-03
2006-10-03
2006-10-03
2006-10-05
2006-10-05
2006-10-05
2006-10-05
2006-10-11
2006-10-11
2006-10-11
2006-10-12
2006-10-12
2006-10-12
2006-10-13
2006-10-13
2006-10-13
2006-10-13
2006-10-13
2006-10-13
Re: PersistentDict vs BTree
2006-10-23
2006-10-31
PersistentDict vs BTree
Mike Orr
2006-10-03
At what point is it better to use a BTree rather than a PersistentDict
of Persistent values?  My goal is to keep only a few values in memory
at a time (for display) while still being able to iterate all values
efficiently (for an advanced search).

I assume a BTree with Persistent values is overkill since the BTree
value would be only a stub.

--
Mike Orr 
reply