Skip to content

Commit

Permalink
feat: add temporal index on transactions
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Salaün <[email protected]>
  • Loading branch information
altitude committed Feb 5, 2024
1 parent 57721be commit 4f4f849
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--statement
CREATE INDEX IF NOT EXISTS transactions_ts_desc ON "VAR_LEDGER_NAME".transactions ("timestamp" DESC);

0 comments on commit 4f4f849

Please sign in to comment.