Flat DB seeking speed

hugonz at gmail.com hugonz at gmail.com
Sun Apr 22 03:51:35 EDT 2007


Jia Lu skribis:
> Hello all
>
>  I see there are lots of flat db or db-like modules in the standard
> python modules.
>  What about the keywords seeking speed of them ?
>
>  (I want to put about 10000 articles with 10000 IDs, and I can do
> searching keywords with them)
>
>  The db-like modules are :
>  dbm, gdbm, dbhash,anydbm,
>  pickle(cPickle), shelve, marshal
>
>  Any advice? Thank you.
>

If you need near DB quality, you should give buzhug a look:

it is pure python:

http://buzhug.sourceforge.net/




More information about the Python-list mailing list