From 5a6144f76c47e8e660024984179c507f059748ae Mon Sep 17 00:00:00 2001 From: kraysent Date: Sun, 22 Feb 2026 18:57:48 +0000 Subject: [PATCH] #284: add crossmatch filtering index --- postgres/migrations/V018__crossmatch_filter_indexes.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postgres/migrations/V018__crossmatch_filter_indexes.sql diff --git a/postgres/migrations/V018__crossmatch_filter_indexes.sql b/postgres/migrations/V018__crossmatch_filter_indexes.sql new file mode 100644 index 00000000..5c81f58f --- /dev/null +++ b/postgres/migrations/V018__crossmatch_filter_indexes.sql @@ -0,0 +1,4 @@ +/* pgmigrate-encoding: utf-8 */ + +CREATE INDEX ON layer0.crossmatch (triage_status, status); +CREATE INDEX ON layer0.crossmatch (status);