XML Configuration Reference : Consolidation : LowLatencyCompactPolicy
 
LowLatencyCompactPolicy
com.exalead.mercury.mami.indexing.v10.LowLatencyCompactPolicy
Compacts when the size of all small slots is above the average large slot size, or when the number of slots is above nbLargeSlots + maxNbSmallSlots.
Parent elements:
com.exalead.mercury.mami.indexing.v10.CompactPolicies (as CompactPolicies)
Attributes:
Name
Type
Default value
Description
component
string
nbLargeSlots
int
8
The number of large slots to keep.
maxNbSmallSlots
int
8
Maximum number of small slots allowed. As soon as this limit is reached, small slots are compacted together.
gatherSmallsAtTheEnd
boolean
True
contiguousCompact
boolean
Nested elements:
Name
Type
Description
FullCompactPolicy
com.exalead.mercury.mami.indexing.v10.FullCompactPolicy