mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
fix: unify all sst_write_buffer_size usage (#2712)
* fix: unify all sst_write_buffer_size usage * fix: some CR comments * fix: logs
This commit is contained in:
@@ -105,6 +105,9 @@ global_write_buffer_reject_size = "2GB"
|
||||
sst_meta_cache_size = "128MB"
|
||||
# Cache size for vectors and arrow arrays (default 512MB). Setting it to 0 to disable the cache.
|
||||
vector_cache_size = "512MB"
|
||||
# Buffer size for SST writing.
|
||||
sst_write_buffer_size = "8MB"
|
||||
|
||||
|
||||
# Log options
|
||||
# [logging]
|
||||
|
||||
Reference in New Issue
Block a user