chore(config)!: refactor configs of write cache (#5259)

* chore: refactor configs of write cache

* chore: write_cache_size `10GiB` -> `5GiB`
This commit is contained in:
Kould
2025-01-04 15:14:38 +08:00
committed by GitHub
parent 2caf003db0
commit 1067357b72
9 changed files with 48 additions and 51 deletions

View File

@@ -928,9 +928,9 @@ worker_request_batch_size = 64
manifest_checkpoint_distance = 10
compress_manifest = false
auto_flush_interval = "30m"
enable_experimental_write_cache = false
experimental_write_cache_path = ""
experimental_write_cache_size = "5GiB"
enable_write_cache = false
write_cache_path = ""
write_cache_size = "5GiB"
sst_write_buffer_size = "8MiB"
parallel_scan_channel_size = 32
allow_stale_entries = false