-
-
Notifications
You must be signed in to change notification settings - Fork 56
ttl support #12
Comments
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! |
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 |
Looks like @dberesford implemented ttl support in https://github.com/dberesford/rocksdb-node. What do you think about switching this modules backend to |
Hey Marc, just to clarify, my work on rocks is not connected to nearForm;
it's a person pet project (that I actually need for another pet project)
and shouldn't be considered strategic or anything like that. It is fun tho
:-)
…On 13 Oct 2017 20:10, "Marc Bachmann" ***@***.***> wrote:
Looks like @dberesford <https://github.com/dberesford> implemented ttl
support in https://github.com/dberesford/rocksdb-node.
@mcollina <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAkxTZH2BACikfUfIWYm0Y2vnZSoKWhEks5sr7WbgaJpZM4O79u1>
.
|
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. |
Has there been any update to anyone working on this? |
No news. If there was, you would have seen a comment or cross-reference here. PR is welcome. |
Hi,
Are there any plans to add support for using rocksDBs TTL feature? https://github.com/facebook/rocksdb/wiki/Time-to-Live
The text was updated successfully, but these errors were encountered: