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
lnryanlnryan 

Question on Governor Limits for repeated SOQL calls by user through VF page

Hi,
 
I'm hoping for a little clarification on how governor limits are tallied up over sequential resubmits of a page by a user. We have a very large dataset, just under 2000 records, that would be most helpfully managed by the users when filterable by various attribute fields. The probability is they would want to filter the same record set 6 or 7 times in the course of going through the datalist.
 
If they remained on the same visualforce page and were actually re-querying through SOQL each time, would each of these filter actions count against the same VF page governor limits (apart from the daily limits) or would they count as a refreshing of the page and thus have their own limits?
 
Thanks
TehNrdTehNrd
For each call the governor limits reset.