Re: Flat DB seeking speed

2007-04-22 Thread Aahz
In article <[EMAIL PROTECTED]>, Jia Lu <[EMAIL PROTECTED]> wrote: > > 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 1 articles with 1 IDs, and I can do >searching keywords with

Re: Flat DB seeking speed

2007-04-22 Thread hugonz
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 1 articles with 1 IDs, and I can do > searching keywords with them) > > The db-like modules are

Re: Flat DB seeking speed

2007-04-21 Thread Alex Martelli
Jia Lu <[EMAIL PROTECTED]> wrote: > 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 1 articles with 1 IDs, and I can do > searching keywords with them) > > T

Flat DB seeking speed

2007-04-21 Thread Jia Lu
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 1 articles with 1 IDs, and I can do searching keywords with them) The db-like modules are : dbm, gdbm, dbhash,anydbm, pi