fix!: improve user experience on setting compression type (#2765)

* fixes: https://github.com/GreptimeTeam/greptimedb/issues/2758
Chore: improve user experience on setting compression type

* Update src/common/datasource/src/compression.rs

Co-authored-by: Yingwen <realevenyag@gmail.com>

---------

Co-authored-by: Yingwen <realevenyag@gmail.com>
This commit is contained in:
Lanqing Yang
2023-11-16 22:27:13 -08:00
committed by GitHub
parent e083b8011c
commit 5608035074
3 changed files with 4 additions and 2 deletions

View File

@@ -736,7 +736,7 @@ num_workers = {}
worker_channel_size = 128
worker_request_batch_size = 64
manifest_checkpoint_distance = 10
manifest_compress_type = "Uncompressed"
manifest_compress_type = "uncompressed"
max_background_jobs = 4
auto_flush_interval = "30m"
global_write_buffer_size = "1GiB"