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?

asked a year ago517 views
1 Answer
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.

answered a year ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions