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

RocksDB Compaction Filters for custom event-time TTL (as opposed to write-time) #148

Open
michal-harish opened this issue Feb 21, 2018 · 0 comments

Comments

@michal-harish
Copy link
Member

michal-harish commented Feb 21, 2018

https://github.com/facebook/rocksdb/wiki/Compaction-Filter

The timestamp is wrapped in the value bytes as 8 bytes big endian first and the ttl could be passed through rocksdb options.

More clues:

@michal-harish michal-harish added this to the 0.6 milestone Feb 21, 2018
@michal-harish michal-harish modified the milestone: 0.7 Mar 4, 2018
@michal-harish michal-harish changed the title Look at RocksDB Compaction to apply per-key TTL Look at RocksDB Compaction Functions to apply per-key TTL Mar 5, 2018
@michal-harish michal-harish changed the title Look at RocksDB Compaction Functions to apply per-key TTL RocksDB Compaction Filters to apply per-key TTL Mar 5, 2018
@michal-harish michal-harish modified the milestones: 0.7, 0.6.1 Mar 6, 2018
@michal-harish michal-harish changed the title RocksDB Compaction Filters to apply per-key TTL RocksDB C++ Compaction Filters for per-key TTL and JNI binding Mar 11, 2018
@michal-harish michal-harish removed this from the 0.7 milestone Jun 7, 2018
@michal-harish michal-harish changed the title RocksDB C++ Compaction Filters for per-key TTL and JNI binding RocksDB Compaction Filters for per-key TTL Jul 30, 2018
@michal-harish michal-harish changed the title RocksDB Compaction Filters for per-key TTL RocksDB Compaction Filters for custome even-time TTL (as opposed to write-time) Aug 15, 2018
@michal-harish michal-harish changed the title RocksDB Compaction Filters for custome even-time TTL (as opposed to write-time) RocksDB Compaction Filters for custom even-time TTL (as opposed to write-time) Aug 15, 2018
@michal-harish michal-harish changed the title RocksDB Compaction Filters for custom even-time TTL (as opposed to write-time) RocksDB Compaction Filters for custom event-time TTL (as opposed to write-time) Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant