Skip to content

Commit

Permalink
Merge pull request #240 from bitcoin-sv/db/index-locked-by-status
Browse files Browse the repository at this point in the history
multi-column index for locked_by and status
  • Loading branch information
boecklim authored Jan 9, 2024
2 parents 7b3c411 + 7326d90 commit 20fc5a2
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 20fc5a2

Please sign in to comment.