Databases and python

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Fri Feb 17 06:32:52 EST 2006


Dan Stromberg:
>> My first attempt would be: a BTree with the word as key, and a 'list of
>> filenames' as value.
>> http://www.zope.org/Wikis/ZODB/FrontPage/guide/node6.html#SECTION000630000000000000000
>
>This is basically what I'm doing now, 

Right. My second attempt would be: a BTree with the word as key, and a
BTree of filenames as value (or some other persistent container type
that's not (un)serialized as a whole when only one element changes).

-- 
René Pijlman



More information about the Python-list mailing list