fast method accessing large, simple structured data

Ivan Illarionov ivan.illarionov at gmail.com
Sun Feb 3 08:55:13 EST 2008


> Is there some good format that is optimized for search for
> just 1 attribute (title) and then returning the corresponding article?

I would use Durus (http://www.mems-exchange.org/software/durus/) -
simple pythonic object database - and store this data as persistent
python dict with Title keys and Article values.



More information about the Python-list mailing list