Skip to content

Commit

Permalink
add an index for (queue,jobset) on the schedulerdb jobs table (#3385)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <[email protected]>
Co-authored-by: Chris Martin <[email protected]>
  • Loading branch information
d80tb7 and d80tb7 authored Feb 8, 2024
1 parent e2978cd commit 5107440
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX idx_jobs_queue_jobset ON jobs (queue, job_set);

0 comments on commit 5107440

Please sign in to comment.