Skip to content
Snippets Groups Projects
Commit 29cbcd92 authored by Simon Potter's avatar Simon Potter
Browse files

added analysis index on to repeat_feature

parent 36dfe96f
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,8 @@ CREATE TABLE repeat_feature (
PRIMARY KEY ( repeat_feature_id ),
KEY contig_idx( contig_id, contig_start, analysis_id ),
KEY repeat_idx( repeat_id, contig_id, contig_start )
KEY repeat_idx( repeat_id, contig_id, contig_start ),
KEY analysis_idx( analysis_id )
) max_rows=300000000 avg_row_length=80;
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment