Skip to content

Commit

Permalink
fix Add index for omni_queue for better performance on getOmni endpoi…
Browse files Browse the repository at this point in the history
…nt (#38)
  • Loading branch information
vbarduk authored Feb 7, 2024
1 parent 66eba27 commit 9afdea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/db/migration/V2__add_omni_queue_index.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CREATE INDEX IF NOT EXISTS idx_omni_queue_omni_type_id_archived_id
ON test_data_storage.omni_queue (omni_type_id, archived, id);

0 comments on commit 9afdea3

Please sign in to comment.