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:
Lei, HUANG
2023-11-09 19:22:47 +08:00
committed by GitHub
parent 0cd6dacb45
commit b53537e69b
15 changed files with 80 additions and 28 deletions

View File

@@ -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]