Alter table in Riak TS and new column

189 Views Asked by At

I have Table having lots of data in Riak time series, but now I want to make this table alter to add some columns, How can I do that?

I tried:

 alter table Person add column designation varchar(23);

I am getting the following error:

Extension alter not implemented.

Suggest me soon!

1

There are 1 best solutions below

0
On

ALTER and DROP are not currently supported in Riak TS (Version 1.4) See the following question for more details: DELETE a table in Riak TS