vitess.io/vitess@v0.16.2/examples/region_sharding/main_vschema_sharded.json (about) 1 { 2 "sharded": true, 3 "vindexes": { 4 "region_vdx": { 5 "type": "region_json", 6 "params": { 7 "region_map": "./countries.json", 8 "region_bytes": "1" 9 } 10 } 11 }, 12 "tables": { 13 "customer": { 14 "column_vindexes": [ 15 { 16 "columns": ["id", "country"], 17 "name": "region_vdx" 18 } 19 ] 20 } 21 } 22 }