Module StaticCompactionGroupId

Module StaticCompactionGroupId 

Source
Expand description

A compaction task’s StaticCompactionGroupId indicates the compaction group that all its input SSTs belong to.

Constants§

End
Larger than any StaticCompactionGroupId.
MaterializedView
All MVs goes to here.
NewCompactionGroup
Create a new compaction group.
SharedBuffer
All shared buffer local compaction task goes to here. Meta service will never see this value. Note that currently we’ve restricted the compaction task’s input by via compact_shared_buffer_by_compaction_group
StateDefault
All states goes to here by default.