function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
paulmsitpaulmsit 

PHP Chunk Size Bug?

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