| Package | Description |
|---|---|
| org.apache.hudi.table.action.compact.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedPartitionAwareCompactionStrategy
This strategy ensures that the last N partitions are picked up even if there are later partitions created for the
table.
|
class |
DayBasedCompactionStrategy
This strategy orders compactions in reverse order of creation of Hive Partitions.
|
class |
LogFileNumBasedCompactionStrategy
LogFileLengthBasedCompactionStrategy orders the compactions based on the total log files num,
filters the file group which log files length is greater than the threshold and limits the compactions within a configured IO bound.
|
class |
LogFileSizeBasedCompactionStrategy
LogFileSizeBasedCompactionStrategy orders the compactions based on the total log files size,
filters the file group which log files size is greater than the threshold and limits the
compactions within a configured IO bound.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.