Updating columns with finite time to live (TTL)
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.
精彩评论