This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Do you have plans to support expirable rows (rows with TTL)? #200
Comments
Is there an example of some other SQL supporting this? Anyway, purging "dead" records from a table should be a simple |
The most popular use-case is Cassandra's
And yes, you are correct, it's possible to have a deleted_at column and have a sweeper that go through every matching row. It's just nicer if it's supported at db level :) |
Well, that's CQL. I now looked at SQL databases and I cannot find one supporting TTL. Anyway, I see the value of this feature in certain scenarios. Some notes:
WDYT? |
@didip Gentle ping. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I couldn't find such info in your godoc.
Some data are transient by nature, it would be nice for ql to support rows with TTL.
The text was updated successfully, but these errors were encountered: