-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Question: Does tidb or tikv support TTL? #6218
Comments
@didip |
TiDB may not be a good fit since you mentioned that you are evaluating TiDB to store time-series data. |
OK, thanks for the quick reply guys! |
TTL feature is released with TiDB v6.5: https://docs.pingcap.com/tidb/stable/time-to-live#periodically-delete-expired-data-using-ttl-time-to-live tracking issue: #39262 |
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
I am currently evaluating both to store large volume of data that is time series in nature. Thus, they don't need to live forever.
I am aware that MySQL does not have support for row-level TTL, however I am curious if tidb has plan to implement TTL in the future.
I couldn't find any reference of TTL in the docs, which makes sense because MySQL does not support TTL.
tidb-server -V
or runselect tidb_version();
on TiDB)?I haven't gotten that far yet, I am just reading the docs at the moment.
The text was updated successfully, but these errors were encountered: