On Wed, Dec 9, 2009 at 10:54 AM, Pedro Ferreira
<jose.pedro.ferre...@cern.ch> wrote:
...
> Well, at least we won't have to rewrite the whole bucket... but still, it
> would be much nicer to fragment the list
> in smaller chunks. We could use an OOBTree instead... but something less
> complex would suffice... any suggestions?

It's hard for people to suggest something without knowing your usage pattern.
Do you want something that is effectively a set? Is integer indexing important?
What are the items in the list?

> We are really considering replacing all our indexes with something more
> efficient and ZODB-friendly... do you thing zope.catalog would be a good
> choice?

A catalog is simply an organization of indexes, typically implemented
with BTrees.

Jim

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

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

Reply via email to