-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(graphql): correct GQL query performance issue
When ANS-104 support was added, the order by statements were adjusted to not specify the stables to use for order (column numbers were used instead). When filtering by tags and querying by stable data, this introduced a performance regression. In that case, it's important to sort by the height in tag tables for the best performance. This change reintroduces sorting by table alias and field instead of column number.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 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