New submission from Prashanth noble <prashanth.b...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7899> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com