vitess.io/vitess@v0.16.2/go/vt/vtexplain/testdata/target-queries.sql (about) 1 /* 2 * These are the same set of queries from "options-queries.sql" but 3 * are run with an explicit shard target of ks_sharded/40-80 which 4 * bypasses the normal v3 routing. 5 */ 6 select * from user where email='null@void.com'; 7 select * from user where id in (1,2,3,4,5,6,7,8); 8 insert into user (id, name) values (2, 'bob');