How can I alter the TTL of a database after the database has been created? #4393
-
I want to alter the TTL of a database from 30 days to 90 days after it has been created. How can I do it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Sorry, you can't do it right now. You have to create another database and restore the data from the old one. But we promise to implement this feature (including alter table TTL) in next major release. I created an issue to track it. #4394 |
Beta Was this translation helpful? Give feedback.
-
hey @killme2008 , can the TTL be set at database creation level or schema level? |
Beta Was this translation helpful? Give feedback.
-
By delete statement, my bad.. I meant this. |
Beta Was this translation helpful? Give feedback.
Sorry, you can't do it right now. You have to create another database and restore the data from the old one. But we promise to implement this feature (including alter table TTL) in next major release.
I created an issue to track it. #4394