Skip to content

Commit 903558c

Browse files
committed
Optimize ScyllaDB usage
1 parent 848f0bf commit 903558c

File tree

5 files changed

+282
-200
lines changed

5 files changed

+282
-200
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ metadata:
66
data:
77
scylla.yaml: |
88
query_tombstone_page_limit: 200000
9+
commitlog_segment_size_in_mb: 128
10+
commitlog_sync_period_in_ms: 3000
11+
commitlog_total_space_in_mb: 8192
12+
compaction_throughput_mb_per_sec: 128

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)