• paulmsit
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies

I am using the PHP Toolkit to retreive about 4,000 records using QueryMore. I have the chunk size set to 200. I have noticed that a few of my chunks are returning less than 200 records but most are returning 200 records.

 

The size of the query that is returned is 4456. I am only getting 4439 actual records when I loop through using QueryMore.

 

Is this a known bug or is anyone else experiencing this same issue?

 

Thank You

How can I get Query More to return a result set in XML rather than arrary of objects? I am using PHP.