Skip to content

Commit 5effea1

Browse files
committed
Add key partition prefix to ScyllaDB schema
1 parent 2fccd92 commit 5effea1

File tree

5 files changed

+456
-108
lines changed

5 files changed

+456
-108
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ wasmtimer = "0.2.0"
272272
web-sys = "0.3.69"
273273
web-time = "1.1.0"
274274
wit-bindgen = "0.24.0"
275+
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }
275276
zstd = "0.13.2"
276277

277278
linera-base = { version = "0.15.0", path = "./linera-base" }

linera-views/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ indexeddb = ["indexed_db_futures", "wasm-bindgen"]
2626
web-default = ["web", "indexeddb"]
2727

2828
dynamodb = ["aws-config", "aws-sdk-dynamodb", "aws-smithy-types"]
29-
scylladb = ["scylla"]
29+
scylladb = ["scylla", "xxhash-rust"]
3030

3131
[dependencies]
3232
anyhow.workspace = true
@@ -59,6 +59,7 @@ thiserror.workspace = true
5959
tokio = { workspace = true, features = ["rt", "sync"] }
6060
tracing.workspace = true
6161
trait-variant.workspace = true
62+
xxhash-rust = { workspace = true, optional = true }
6263

6364
[target.wasm32-unknown-unknown.dependencies]
6465
indexed_db_futures = { workspace = true, optional = true }

0 commit comments

Comments
 (0)