Skip to content

Commit

Permalink
Remove ref index
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Apr 24, 2019
1 parent b6bfdb1 commit 0f03bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/beacon_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 0f03bbd

Please sign in to comment.