Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frocksdb 6.10 usage #24

Open
zhougit86 opened this issue Feb 23, 2021 · 1 comment
Open

frocksdb 6.10 usage #24

zhougit86 opened this issue Feb 23, 2021 · 1 comment

Comments

@zhougit86
Copy link

I need to use the FIFO compation, and there is a configuration: compactionOptionsFIFO.setAllowCompaction, which is only available in
https://mvnrepository.com/artifact/io.github.myasuka/frocksdbjni 6.10 + version
I noticed there is a performance issue, facebook/rocksdb#5774
If I am not so concerned about performance, can I use it in my own job (flink 1.11)

@Myasuka
Copy link
Contributor

Myasuka commented Mar 8, 2021

Flink adopts RocksDB's compaction filter to work for TTL, however, Flink implemented compaction filter is not included in default RocksDB repo. This is the main difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants