Skip to content

Commit

Permalink
update usage of hash to xxhash in vindex type
Browse files Browse the repository at this point in the history
Signed-off-by: arthmis <artmis9@protonmail.com>
  • Loading branch information
arthmis committed Dec 11, 2024
1 parent 6d27e63 commit 43aef3d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/compose/default_vschema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sharded": false,
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/compose/lookup_keyspace_vschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/compose/test_keyspace_vschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
},
"messages_message_lookup": {
Expand Down
2 changes: 1 addition & 1 deletion examples/compose/vtcompose/base_vschema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sharded": true,
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
}
},
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/schema/customer/vschema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sharded": true,
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
},
"corder_keyspace_idx": {
Expand Down
2 changes: 1 addition & 1 deletion examples/local/vschema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sharded": true,
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
}
},
Expand Down
2 changes: 1 addition & 1 deletion examples/local/vschema_customer_sharded.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sharded": true,
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
}
},
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/vschema_customer_sharded.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sharded": true,
"vindexes": {
"hash": {
"xxhash": {
"type": "xxhash"
}
},
Expand Down

0 comments on commit 43aef3d

Please sign in to comment.