diff --git a/examples/compose/default_vschema.json b/examples/compose/default_vschema.json index 0ee3e92eebb..0ce3aa0868c 100644 --- a/examples/compose/default_vschema.json +++ b/examples/compose/default_vschema.json @@ -1,7 +1,7 @@ { "sharded": false, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" } } diff --git a/examples/compose/lookup_keyspace_vschema.json b/examples/compose/lookup_keyspace_vschema.json index 774a850992d..cf0087adc51 100644 --- a/examples/compose/lookup_keyspace_vschema.json +++ b/examples/compose/lookup_keyspace_vschema.json @@ -19,7 +19,7 @@ } }, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" } } diff --git a/examples/compose/test_keyspace_vschema.json b/examples/compose/test_keyspace_vschema.json index 3d9564a3eb4..d79a31e854c 100644 --- a/examples/compose/test_keyspace_vschema.json +++ b/examples/compose/test_keyspace_vschema.json @@ -27,7 +27,7 @@ } }, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" }, "messages_message_lookup": { diff --git a/examples/compose/vtcompose/base_vschema.json b/examples/compose/vtcompose/base_vschema.json index 26660f85833..a24905a9411 100644 --- a/examples/compose/vtcompose/base_vschema.json +++ b/examples/compose/vtcompose/base_vschema.json @@ -1,7 +1,7 @@ { "sharded": true, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" } }, diff --git a/examples/demo/schema/customer/vschema.json b/examples/demo/schema/customer/vschema.json index b2969222742..4a8a4941612 100644 --- a/examples/demo/schema/customer/vschema.json +++ b/examples/demo/schema/customer/vschema.json @@ -1,7 +1,7 @@ { "sharded": true, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" }, "corder_keyspace_idx": { diff --git a/examples/local/vschema.json b/examples/local/vschema.json index 22f0d4bdae2..4b922a0f72e 100644 --- a/examples/local/vschema.json +++ b/examples/local/vschema.json @@ -1,7 +1,7 @@ { "sharded": true, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" } }, diff --git a/examples/local/vschema_customer_sharded.json b/examples/local/vschema_customer_sharded.json index 4da8198daaf..d1c147e1892 100644 --- a/examples/local/vschema_customer_sharded.json +++ b/examples/local/vschema_customer_sharded.json @@ -1,7 +1,7 @@ { "sharded": true, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" } }, diff --git a/examples/operator/vschema_customer_sharded.json b/examples/operator/vschema_customer_sharded.json index 4da8198daaf..d1c147e1892 100644 --- a/examples/operator/vschema_customer_sharded.json +++ b/examples/operator/vschema_customer_sharded.json @@ -1,7 +1,7 @@ { "sharded": true, "vindexes": { - "hash": { + "xxhash": { "type": "xxhash" } },