Remap Mysql tuple to dictionary

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Tue Sep 26 17:03:39 EDT 2006


In message <mailman.685.1159279431.10491.python-list at python.org>, Steve
Holden wrote:

> I suppose you are using a generator to avoid data duplication, but for
> 100,000 records this could be regarded as a premature optimisation on
> modern computers. 

I was using a generator to avoid loading all those 100,000 records into
memory at once.



More information about the Python-list mailing list