This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brian.curtin, p_noblebose, pitrou
Date 2010-02-11.15:10:26
SpamBayes Score 0.031071503
Marked as misclassified No
Message-id <1265901028.55.0.357716881932.issue7899@psf.upfronthosting.co.za>
In-reply-to
Content
If these 8 million records are loaded into memory, it can be normal to get a MemoryError. It depends on the complexity of the records (number of fields) and the way they are kept in memory (tuples? dicts?); and of course of the amount of available RAM in your system.

In any case your description of the problem is not sufficiently detailed for us to now whether it's a problem with Python, a problem with your code, or simply some mismatching expectations on your part.
History
Date User Action Args
2010-02-11 15:10:28pitrousetrecipients: + pitrou, brian.curtin, p_noblebose
2010-02-11 15:10:28pitrousetmessageid: <1265901028.55.0.357716881932.issue7899@psf.upfronthosting.co.za>
2010-02-11 15:10:27pitroulinkissue7899 messages
2010-02-11 15:10:26pitroucreate