更新具有有限生存时间 (TTL) 的列
我想知道是否可以将具有有限 TTL 的列更新为永久的,而不对其键或值进行任何修改。我应该先删除此列然后重新创建它吗?或者也许更新它就足够了?
I am wondering if I can update a column with some finite TTL to be permanent, without any modification on its key or value. Should I remove this column first and recreate it afterwards? Or maybe updating it would be sufficient?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需重新插入没有 TTL 的列即可。无需先将其删除。
You just need to re-insert the column without a TTL. No need to remove it first.