Why is Riak TS considered as a NoSQL database when it needs a predefined schema for tables? This schema even cannot be changed! Source: documentation
I think that some people may think that when Riak TS is built on Riak KV, then it is a NoSQL database, but that each row maps to a key-value pair do not bring a NoSQL advantage. If the Riak TS is not schema-less, it should not be considered as a NoSQL database in my opinion.
Do I understand it wrong? Why is it officially considered as NoSQL?