-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve context identification - reduce limits but giving up backward…
…s compat Improve context identification by no longer creating a separate context for rollup fields that do not have an order by unless there is no other context available that shares all other criteria. This approach results in no backwards compat support for default orderby being FieldToAggregate__c when no orderby is specified. However it reduces overall limits consumption and stays true to non-deterministic ordering.
- Loading branch information
1 parent
9d68026
commit 64b2488
Showing
5 changed files
with
242 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.