Gadfly ????

Robert Brewer fumanchu at amor.org
Thu Mar 4 12:35:52 EST 2004


Fuzzyman wrote:
> Gadfly looks like an interesting database system for python. I am
> working on a couple of projects that may benefit from using a database
> (on the other hand, these days - is there really aproblem with using
> dictionaries that are a couple of meg in size and searching through
> those ??).

The only problem with using in-memory dictionaries will be the indexing,
which is the problem which databases solve. In other words: if you
always look up the objects by dictionary key, it might be feasible, but
if you need to inspect each object to match it against some criterion,
you should find a good DB.


Robert Brewer
MIS
Amor Ministries
fumanchu at amor.org




More information about the Python-list mailing list