Created
August 26, 2016 17:31
-
-
Save chrisgillis/f0e9880ac338e5521a14f56992231404 to your computer and use it in GitHub Desktop.
Numeric Static Map Vschema Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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