Timestream schema modification?

0

Hi, I'm trying to add some new records to one TS table, the problem I have is one of the measures is having the wrong data type (out of some test records happened earlier), the current measure type is BIGINT, what I'm trying to collect is a string VARCHAR type of data.\nHow can we change the table schema to accomudate the new measure values. I do understand the value type is immutable, but it would help if we get the test records removed or maybe the whole measure removed so we can start the new measure fresh and get it to be the right type?

已提问 1 年前532 查看次数
1 回答
0

Approach would be to create a new measure with the correct data type and then update the records, then you can delete the old measure.

已回答 1 年前
  • Thanks for answering, How can I delete the old measure?

  • How do you delete the old measure? I thought there is not support for such operation.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容