谁能指出如何更改 Vitess 中的 VSchema 以适应多个 VIndex。
{
"sharded": true,
"tables": {
"card": {
"column_vindexes": [
{
"column": [
"customerId",
"sourceId"
],
"name": "hash"
}
]
}
},
"vindexes": {
"hash": {
"type": "hash"
}
}
}