• TuanLe
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hi,

 

I am fairly new to apex development and testing, I would like suggestions on Books/Tutorials for apex development and testing.

 

Thanks

Hi,

 

I am checking SOQL execution and how batchSize works. I refereed link below...

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_soql_changing_batch_size.htm#topic-title

 

it tells that the default batchSize is 500, and max is 2000. Surprisingly my API call is returning 2000 records even though I didn't mention the batchSize. 

 

Could anyone tell me why my API call is returning 2000 records in one batch by default?

 

Default batch size returned by the API is 500or 2000 records?