1
0
forked from docs/doc-exports
Yang, Tong 3f5759eed2 MRS comp-lts 2.0.38.SP20 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2023-01-19 17:08:45 +00:00

4.5 KiB

Metadata Table Configuration

Parameter

Description

Default Value

hoodie.metadata.enable

Specifies whether to enable the metadata table.

false

hoodie.metadata.fallback.enable

Specifies whether to enable rollback.

true

hoodie.metadata.insert.parallelism

Specifies the parallelism of insertion.

1

hoodie.metadata.compact.max.delta.commits

Specifies the number of commits to trigger metadata table compaction.

maxNumDeltaCommitsBeforeCompaction = 24

hoodie.metadata.keep.min.commits

hoodie.metadata.keep.max.commits

Specifies the maximum and minimum number of commits reserved for compaction.

minToKeep = 20

maxToKeep = 30