I am trying to iterate through this loop:
for doc in coll.find()
I get the following error at the 100,000th plus record.
File "builddist.win32eggpymongocursor.py", line 703, in next
File "builddist.win32eggpymongocursor.py", line 679, in _refresh
File "builddist.win32eggpymongocursor.py", line 628, in __send_message
File "builddist.win32eggpymongohelpers.py", line 95, in _unpack_response
pymongo.errors.OperationFailure: cursor id '1236484850793' not valid at server
what does this error mean?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…