Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 468 by [email protected]: MemoryError while executing the Code http://code.google.com/p/robotframework/issues/detail?id=468 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 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
