Skip to content

Commit 4acb372

Browse files
committed
Optimize ScyllaDB usage
1 parent 7406aec commit 4acb372

File tree

5 files changed

+319
-230
lines changed

5 files changed

+319
-230
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.

examples/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.

kubernetes/linera-validator/templates/scylla-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ metadata:
66
data:
77
scylla.yaml: |
88
query_tombstone_page_limit: 200000
9+
commitlog_segment_size_in_mb: 256

linera-views/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ aws-sdk-dynamodb = { workspace = true, optional = true }
3737
aws-smithy-types = { workspace = true, optional = true }
3838
bcs.workspace = true
3939
convert_case.workspace = true
40+
dashmap.workspace = true
4041
derive_more = { workspace = true, features = ["from"] }
4142
futures.workspace = true
4243
generic-array.workspace = true

0 commit comments

Comments
 (0)