[New-bugs-announce] [issue7899] MemoryError While Executing Python Code

Prashanth noble report at bugs.python.org
Wed Feb 10 15:58:29 CET 2010


New submission from Prashanth noble <prashanth.bose at gmail.com>:

we are executing two queries and storing the result sets  and matching the data.

the table has got around 8 million records and while executing the same i am getting the Memory Issue.

TRACE Arguments: [ <DatabaseLibrary.resultset.Resultset instance at 0x01750828> | <DatabaseLibrary.resultset.Resultset instance at 0x01750E68> ] 
FAIL MemoryError 

DEBUG Traceback (most recent call last):

 File "c:\python26\lib\site-packages\DatabaseLibrary\__init__.py", line 52, in resultsets_should_match
   resultset1.matches_with(resultset2)
 File "c:\python26\lib\site-packages\DatabaseLibrary\resultset.py", line 37, in matches_with
   for row_a, row_b in zip(self, other): 


Please let me know how to resolve this issue

----------
components: Windows
messages: 99164
nosy: p_noblebose
severity: normal
status: open
title: MemoryError While Executing Python Code
type: performance
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7899>
_______________________________________


More information about the New-bugs-announce mailing list