Skip to content

Commit

Permalink
Add job submitted index (#3903)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <[email protected]>
Co-authored-by: Chris Martin <[email protected]>
  • Loading branch information
Sovietaced and d80tb7 committed Sep 11, 2024
1 parent 9a60a7a commit 85d2ce3
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 CONCURRENTLY IF NOT EXISTS idx_job_submitted ON job (submitted DESC);

0 comments on commit 85d2ce3

Please sign in to comment.