From 0f03bbd021f02262559e4bb55baa05ecd2883329 Mon Sep 17 00:00:00 2001 From: MalinAhlberg Date: Wed, 24 Apr 2019 13:32:38 +0200 Subject: [PATCH] Remove ref index --- sql/beacon_schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/beacon_schema.sql b/sql/beacon_schema.sql index 4c34ad57a..2658b1ade 100644 --- a/sql/beacon_schema.sql +++ b/sql/beacon_schema.sql @@ -122,4 +122,5 @@ WHERE a.datasetId=b.datasetId; -- Indexes -- CREATE INDEX beacon_data_chrpos ON data.variants ((substr(chrom, 1, 2)),(pos-1)); -CREATE INDEX beacon_data_chrref ON data.variants ((substr(chrom, 1, 2)),ref); +-- Use if needed: +-- CREATE INDEX beacon_data_chrref ON data.variants ((substr(chrom, 1, 2)),ref);