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

ttl support #12

Open
talawahtech opened this issue Aug 18, 2017 · 7 comments
Open

ttl support #12

talawahtech opened this issue Aug 18, 2017 · 7 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@talawahtech
Copy link

Hi,

Are there any plans to add support for using rocksDBs TTL feature? https://github.com/facebook/rocksdb/wiki/Time-to-Live

@mcollina
Copy link
Member

Would you like to help implementing it? We don't have many plans, we just updated the old module.

We will be happy to review!

@talawahtech
Copy link
Author

Unfortunately I have neither the time nor the expertise, but if somebody who does comes along, I will do my best to contribute by testing and providing feedback

@marcbachmann
Copy link

Looks like @dberesford implemented ttl support in https://github.com/dberesford/rocksdb-node.
@mcollina Doesn't he work with you anymore? 😁

What do you think about switching this modules backend to rocksdb-node? Was this already planned?
He also supports the readonly parameter in his module, so most of the work is already done.
https://github.com/dberesford/rocksdb-node/blob/6aa7e4c276825ee0948d57639543687672d3da34/DBWithTTL.cc#L70

@dberesford
Copy link

dberesford commented Oct 13, 2017 via email

@mcollina
Copy link
Member

The two projects are very different in goals. This one is a mapping to the leveldown interface. The other is a 1-1 mapping to RocksDB.

@vweevers vweevers added enhancement New feature or request help wanted Extra attention is needed labels Jan 1, 2019
@CarsonMcKinstry
Copy link

Has there been any update to anyone working on this?

@vweevers
Copy link
Member

No news. If there was, you would have seen a comment or cross-reference here.

PR is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants