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
Rajesh ShahRajesh Shah 

Organization wide SOQL limit.

Hi,

 

Can anyone tell what is the organization wide SOQL limit per day?

 

Regards,

dev_forcedev_force

Do you main API limit?

 

Salesforce EditionLimit

  • Developer Edition
  • Trial organizations

  • 5,000 calls per organization per 24-hour period, or
  • 5 concurrent calls at any one time

  • Enterprise Edition
  • Professional Edition with API access enabled

  • 1,000 calls per license per 24-hour period, or 1,000,000 calls per organization per 24-hour period, whichever is lower. Minimum rate is 5,000 calls per 24-hour period regardless of the number of licenses. Or,
  • 50 concurrent calls at any one time
Unlimited Edition
  • 5,000 calls per license per 24-hour period, or 5,000,000 calls per organization per 24-hour period, whichever is lower. Or,
  • 50 concurrent calls at any one time
Sandbox
  • 5,000,000 calls per organization per 24-hour period, or
  • 50 concurrent calls at any one time

 

Rajesh ShahRajesh Shah

These are the API limits. However I want to know if there is any limit on the number of SOQL and DML statements we make for an org on the basis of License, per day, etc. I am aware of the governor limits but they are for a single instance of a class or a trigger.

 

Basically, I am building an application which is going to heavily consume SOQL and DML statements in a visualforce page.

 

 

ilaiilai
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm