Может ли кто-нибудь указать, как изменить VSchema в Vitess для размещения нескольких Vindexes.
{
"sharded": true,
"tables": {
"card": {
"column_vindexes": [
{
"column": [
"customerId",
"sourceId"
],
"name": "hash"
}
]
}
},
"vindexes": {
"hash": {
"type": "hash"
}
}
}