Jingsong Lee created FLINK-28098: ------------------------------------ Summary: Refactor table store compactor Key: FLINK-28098 URL: https://issues.apache.org/jira/browse/FLINK-28098 Project: Flink Issue Type: Improvement Components: Table Store Reporter: Jingsong Lee Assignee: Jingsong Lee Fix For: table-store-0.2.0
There is currently some room for code optimization on the path of the compact. * It uses the CompactManager, which actually only uses the CompactTask. * It also doesn't use an asynchronous thread to complete the compaction. * There should be FileStoreTable to provide unified table-level compaction. -- This message was sent by Atlassian Jira (v8.20.7#820007)