vitess.io/vitess@v0.16.2/data/test/schema/test_keyspace/vschema.json (about) 1 { 2 "sharded": true, 3 "vindexes": { 4 "hash": { 5 "type": "hash" 6 } 7 }, 8 "tables": { 9 "vtgate_test": { 10 "column_vindexes": [ 11 { 12 "column": "id", 13 "name": "hash" 14 } 15 ] 16 } 17 } 18 }