зеркало из https://github.com/github/vitess-gh.git
25 строки
434 B
JSON
25 строки
434 B
JSON
{
|
|
"sharded": true,
|
|
"vindexes": {
|
|
"customer_region_lookup": {
|
|
"type": "consistent_lookup_unique",
|
|
"params": {
|
|
"table": "main.customer_lookup",
|
|
"from": "id",
|
|
"to": "keyspace_id"
|
|
},
|
|
"owner": "customer"
|
|
}
|
|
},
|
|
"tables": {
|
|
"customer": {
|
|
"column_vindexes": [
|
|
{
|
|
"column": "id",
|
|
"name": "customer_region_lookup"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|