forked from cockroachdb/cockroach
-
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.
jobs: avoid CTEs in crdb_internal.system_jobs query
The CTE in the query used for crdb_internal.system_jobs can prevent a number of useful query optimizations. Informs cockroachdb#122687 Release note (performance improvement): Further improves the performance of job-system related queries.
- Loading branch information
1 parent
604bb00
commit 947580d
Showing
2 changed files
with
17 additions
and
26 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