forked from microsoft/ALAppExtensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SetLoadFields, SetAutoCalcFields, IsEmtpy (microsoft#25084)
We have some longrunning SQL Statements and Methods as well as Deadlocks and Locktimeouts with the Headlines Executor. I looked into it and found that there are possible optimizations for example an IsEmpty before a deleteall, Calcfields in a Reapeat-Until instead of SetAutoCalcFields and SetLoadFields on some older headline procedures. I would prefer a to add TopNumberOfRows at the TopCustomer Query, but this would break the feature I think.
- Loading branch information
1 parent
7d48712
commit 498a40a
Showing
5 changed files
with
17 additions
and
10 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
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
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