pub async fn compact(
context: CompactorContext,
object_id_manager: ObjectIdManagerRef,
payload: Vec<ImmutableMemtable>,
compaction_catalog_manager_ref: CompactionCatalogManagerRef,
) -> HummockResult<UploadTaskOutput>
Expand description
Flush shared buffer to level0. Resulted SSTs are grouped by compaction group.