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
ArifArif 

Aaggregated SOQL features revoked

Referring the Summer 18 release notes here the count() function does not count towards limits. To all of us the impression was it's not just count() method it actually applies on aggregated functions like Min, Max etc. To verify it, we tested it and ran an aggregated query on about half a million rows and tried to get min and max dates on our custom object. It ran absolutely fine without any issues. We thought it is actually ability to go beyond 50,000 rows limit in aggregated calls and implemented it.

Today, the queries that have been running quite well from last two weeks have stopped working and seems like this feature has been revoked. We are getting System.LimitException: Too many query rows: 50001 exception now

Just wanted to check with group if anybody knows anything about it or facing same challenge?