Does ukv support TTL? #230
Answered
by
ashvardanian
kesavkolla
asked this question in
Q&A
|
Can we set expirations for keys? This is also very useful feature for key/value store. There is an usecase to store session data in key/value store TTL is useful for eviction of this session data. |
Answered by
ashvardanian
Jan 9, 2023
Replies: 2 comments 1 reply
|
Not yet, but we are considering this feature for future releases. It is tricky to implement for some modalities, like Graphs. Our more significant priorities are replication and horizontal scaling, but we can prioritize TTL if there is sufficient user demand. |
0 replies
Answer selected by
VoVoR
|
If there is no TTL then it's on caller's thing to make sure proper eviction of keys happen. I think it's a good thing to support as part of ukv. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not yet, but we are considering this feature for future releases. It is tricky to implement for some modalities, like Graphs. Our more significant priorities are replication and horizontal scaling, but we can prioritize TTL if there is sufficient user demand.