Skip to content

Commit

Permalink
feat: Added embeddings table segment_id index
Browse files Browse the repository at this point in the history
- Metadata queries should get a theoretically better performance from the index
  • Loading branch information
tazarov committed Feb 22, 2024
1 parent 05fdd46 commit a054cdc
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 embedding_segment_id_key ON embeddings (segment_id);

0 comments on commit a054cdc

Please sign in to comment.