Posted inSQL
Community User
3 years ago
Consolidate Execution Plan Paths
When the execution plan contains multiple paths with identical sections, these could be consolidated and only executed once, instead of once per path. See the example below where three paths could be consolidated, with a substantial gain in performance.
Example here: https://pastebin.com/kYjcuNb2
New
Query Processing and Intelligent DatabaseSuggestionsNew
Vote
Loading...
You must to comment