View Single Post
  #1  
Old 01-25-2008, 08:18 PM
bakum bakum is offline
Junior Member
 
Join Date: Jan 2008
Posts: 4
QueryMore returns 4 rows at a time

Hi,

I've got some code that's running a query that is returning well over 2000 rows. My code handles this fine, runs querymore, blah blah blah. THe problem is that once the initial 2000 rows are returned, each QueryMore returns only 4 rows at a time. E.G. I had a query that returned 3700 rows, it grabbed 2000 in the first pass then ran for about 90 minutes grabbing 4 rows every few seconds. Eventually it timed out or froze or I don't know what at row 3500. Maybe I'd hit my query limit?

Anyway, the point being, what's up with returning 4 rows? Anyone ever seen that?

-mb
Reply With Quote