vitess.io/vitess@v0.16.2/go/test/endtoend/vtgate/sec_vind/vschema.json (about) 1 { 2 "sharded": true, 3 "vindexes": { 4 "lookup_idx": { 5 "type": "lookup", 6 "params": { 7 "from": "c2", 8 "to": "keyspace_id", 9 "table": "lookup_t1" 10 }, 11 "owner": "t1" 12 }, 13 "xxhash": { 14 "type": "xxhash" 15 } 16 }, 17 "tables": { 18 "t1": { 19 "columnVindexes": [ 20 { 21 "column": "c1", 22 "name": "xxhash" 23 }, 24 { 25 "column": "c2", 26 "name": "lookup_idx" 27 } 28 ] 29 }, 30 "lookup_t1": { 31 "columnVindexes": [ 32 { 33 "column": "c2", 34 "name": "xxhash" 35 } 36 ] 37 } 38 } 39 }