Hi All,
Some interesting changes introduced in spring 11 release in Governor Limits are as follows :
1) The total number of DML statements issued for a process has gone from 20 for triggers, and 100 for everything else, to 150 for all contexts.
2) Total number of records retrieved by SOQL queries has gone from 10,000 to 50,000 .
Note : But standard set controller will accept 10,000 records only.
3) The limit on the number of items returned by the findSimilar method has been eliminated.
Thanks
Some interesting changes introduced in spring 11 release in Governor Limits are as follows :
1) The total number of DML statements issued for a process has gone from 20 for triggers, and 100 for everything else, to 150 for all contexts.
2) Total number of records retrieved by SOQL queries has gone from 10,000 to 50,000 .
Note : But standard set controller will accept 10,000 records only.
3) The limit on the number of items returned by the findSimilar method has been eliminated.
Thanks