On 2009-12-10 10:48, Pedro Ferreira wrote:
>
>> Why not store the events on some BTree or similar structure with a
>> simple unique integer id, and use a separate BTree to map dates to
>> these events? You can even use zc.catalog or similar tools to create
>> that mapping - you would get a lot of query options for free with
>> those as well.
>>
> Yeah, that would require a lot of changes, but it would be definitely
> great. What does zc.catalog have that zope.catalog doesn't, by the way?

I'm not sure to be honest. There is a whole plethora of options: 
zope.catalog, zc.catalog, repoze.catalog, hurry.query, and possibly 
others as well.

Wichert.

-- 
Wichert Akkerman <wich...@wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.
_______________________________________________
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