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!
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