[ZODB-Dev] PersistentMapping good for large numbers of objects?

Christian Reis kiko at async.com.br
Thu Jul 17 12:37:57 EDT 2003


On Thu, Jul 17, 2003 at 01:11:29PM +0100, Chris Withers wrote:
> Would PersistentMapping be suitable for storing around 20,000 objects or 
> should some flavour of BTree be used instead?

I'd recommend a BTree. However, remember the total ordering constraints
that they have; it may be that it's not *suitable* for the type of
object you need to store.

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL



More information about the ZODB-Dev mailing list