-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Remove
$$RN$$
and additional sub selects (#929)
When there is no need for `$$RN$$` it is excluded from the query. When no additional internal columns are created the additional sub select is collapsed into the primary select. Reducing the complexity of all overall queries. This change mostly applies to queries using `sql_simple_queries` as they don't require `$$RN$$` for `orderBy` clauses. --------- Co-authored-by: Johannes Vogel <[email protected]>
- Loading branch information
1 parent
a083f74
commit b3743a1
Showing
3 changed files
with
79 additions
and
39 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