Yang, Tong 48706b7552 MRS COMP-LTS 320-lts.1 version
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2024-04-12 12:51:10 +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