In message <[EMAIL PROTECTED]>, 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. -- http://mail.python.org/mailman/listinfo/python-list