mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
feat(procedure): enable auto split large value (#3628)
* chore: add comments * chore: remove `pub` * chore: rename to `merge_multiple_values` * chore: fix typo * feat(procedure): enable auto split large value * chore: apply suggestions from CR * chore: rename to `max_metadata_value_size` * chore: remove the NoneAsEmptyString * chore: set default max_metadata_value_size to 1500KiB
This commit is contained in:
@@ -174,6 +174,7 @@ impl GreptimeDbClusterBuilder {
|
||||
// We only make max_retry_times and retry_delay large than the default in tests.
|
||||
max_retry_times: 5,
|
||||
retry_delay: Duration::from_secs(1),
|
||||
max_metadata_value_size: None,
|
||||
},
|
||||
wal: self.metasrv_wal_config.clone(),
|
||||
..Default::default()
|
||||
|
||||
Reference in New Issue
Block a user