vitess.io/vitess@v0.16.2/go/test/endtoend/vtgate/schematracker/sharded/vschema.json (about) 1 { 2 "sharded": true, 3 "vindexes": { 4 "unicode_loose_xxhash" : { 5 "type": "unicode_loose_xxhash" 6 }, 7 "unicode_loose_md5" : { 8 "type": "unicode_loose_md5" 9 }, 10 "hash": { 11 "type": "hash" 12 }, 13 "xxhash": { 14 "type": "xxhash" 15 }, 16 "t2_id4_idx": { 17 "type": "lookup_hash", 18 "params": { 19 "table": "t2_id4_idx", 20 "from": "id4", 21 "to": "id3", 22 "autocommit": "true" 23 }, 24 "owner": "t2" 25 } 26 }, 27 "tables": { 28 "t2": { 29 "column_vindexes": [ 30 { 31 "column": "id3", 32 "name": "hash" 33 }, 34 { 35 "column": "id4", 36 "name": "t2_id4_idx" 37 } 38 ] 39 }, 40 "t2_id4_idx": { 41 "column_vindexes": [ 42 { 43 "column": "id4", 44 "name": "hash" 45 } 46 ] 47 }, 48 "t8": { 49 "column_vindexes": [ 50 { 51 "column": "id8", 52 "name": "hash" 53 } 54 ] 55 } 56 } 57 }