[
https://issues.apache.org/jira/browse/FLINK-30457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651470#comment-17651470
]
Hangxiang Yu commented on FLINK-30457:
--------------------------------------
Merged
[{{ebed4b1}}|https://github.com/ververica/frocksdb/commit/ebed4b1326ca4c5c684b46813bdcb1164a669da1]
into FRocksDB-6.20.3.
> Introduce period compaction to FRocksDB
> ---------------------------------------
>
> Key: FLINK-30457
> URL: https://issues.apache.org/jira/browse/FLINK-30457
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / State Backends
> Reporter: Yun Tang
> Assignee: Yun Tang
> Priority: Major
> Fix For: 1.17.0
>
>
> RocksDB supports period compaction once compaction filter is enabled (see
> https://github.com/facebook/rocksdb/wiki/Leveled-Compaction#periodic-compaction),
> which is really useful for Flink TTL feature to pick really old files in
> compaction.
> Current FRocksDB base version: 6.20.3 has included the necessary code on the
> C++ side: https://github.com/facebook/rocksdb/pull/5166 and
> https://github.com/facebook/rocksdb/pull/5184. We just need to cherry pick
> the https://github.com/facebook/rocksdb/pull/8579 on the java side to support
> it in Flink.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)