Advertisement
Guest User

Untitled

a guest
Apr 1st, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.41 KB | None | 0 0
  1. EXPLAIN select * from test LEFT JOIN genome_builds.grch37_flank ON chr=chrom AND (position BETWEEN start AND stop);
  2.  
  3.  
  4. id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
  5. 1       SIMPLE  test    index   NULL    chr     15      NULL    2       Using index
  6. 1       SIMPLE  grch37_flank    ref     chrom,chrom_only,pos_only       chrom   4       tmp.test.chr    1702398
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement