Does CQL3 require a schema for Cassandra now?

前端 未结 4 990
迷失自我
迷失自我 2021-02-08 18:39

I\'ve just had a crash course of Cassandra over the last week and went from Thrift API to CQL to grokking SuperColumns to learning I shouldn\'t use them and user Composite Keys

4条回答
  •  别跟我提以往
    2021-02-08 19:04

    interesting, something I didn't know about CQL3. In PlayOrm, the idea is it is a "partial" schema you must define and in the WHERE clause of the select, you can only use stuff that is defined in the partial schema BUT it returns ALL the data of the rows EVEN the data it does not know about....I would expect that CQL should have been doing the same :( I need to look into this now. thanks, Dean

提交回复
热议问题