Skip to content

Instantly share code, notes, and snippets.

@chrisgillis
Created August 26, 2016 17:31
Show Gist options
  • Save chrisgillis/f0e9880ac338e5521a14f56992231404 to your computer and use it in GitHub Desktop.
Save chrisgillis/f0e9880ac338e5521a14f56992231404 to your computer and use it in GitHub Desktop.
Numeric Static Map Vschema Example
{
"sharded": true,
"vindexes": {
"keyspace_idx": {
"type": "numeric_static_map",
"params": {
"json_path": "/vt/config/stage_numeric_static_map.json"
}
}
},
"tables": {
"t1": {
"column_vindexes": [
{
"column": "shard_key",
"name": "keyspace_idx"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment