Skip to content

Commit

Permalink
multi-column index for locked_by and status
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Jan 9, 2024
1 parent 7b3c411 commit 7326d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX idx_metamorph_transactions_locked_by_status;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX idx_metamorph_transactions_locked_by_status ON metamorph.transactions(locked_by, status);

0 comments on commit 7326d90

Please sign in to comment.