Skip to content

Commit

Permalink
feat(sqlite): add index on stable_data_items index_at PE-7137
Browse files Browse the repository at this point in the history
This index will be used to quickly determine what stable data items to
delete after Parquet exports and imports complete.
  • Loading branch information
djwhitt committed Nov 21, 2024
1 parent ddc49df commit 3dcdb43
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 @@
CREATE INDEX stable_data_items_indexed_at_idx ON stable_data_items (indexed_at);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX stable_data_items_indexed_at_idx;

0 comments on commit 3dcdb43

Please sign in to comment.