开发者

Updating columns with finite time to live (TTL)

开发者 https://www.devze.com 2023-03-15 18:44 出处:网络
I am wondering if I can update a column with some finite TTL to be permanent, without any modification 开发者_StackOverflow社区on its key or value. Should I remove this column first and recreate it af

I am wondering if I can update a column with some finite TTL to be permanent, without any modification 开发者_StackOverflow社区on its key or value. Should I remove this column first and recreate it afterwards? Or maybe updating it would be sufficient?


You just need to re-insert the column without a TTL. No need to remove it first.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号