Package | Description |
---|---|
org.apache.paimon.mergetree.compact |
Modifier and Type | Class and Description |
---|---|
class |
ForceUpLevel0Compaction
A
CompactStrategy to force compacting level 0 files. |
class |
UniversalCompaction
Universal Compaction Style is a compaction style, targeting the use cases requiring lower write
amplification, trading off read amplification and space amplification.
|
Constructor and Description |
---|
MergeTreeCompactManager(ExecutorService executor,
Levels levels,
CompactStrategy strategy,
Comparator<InternalRow> keyComparator,
long compactionFileSize,
int numSortedRunStopTrigger,
CompactRewriter rewriter,
CompactionMetrics.Reporter metricsReporter,
DeletionVectorsMaintainer dvMaintainer,
boolean lazyGenDeletionFile) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.