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);