[ENSCORESW-672]. Creating a transcript_id idx on transcript_intron_supporting_evidence.
This was missed off the first implementation of the table. It has resulted in silly long query times because MySQL was forced into performing full table scans to find evidence related to the transcript. Adding an index in should fix this.
sql/patch_73_74_g.sql
0 → 100644
Please register or sign in to comment