Difference between Thrift and CQL 3 Columns/Rows

前端 未结 2 761
小鲜肉
小鲜肉 2020-12-15 14:23

At the Cassandra Summit, it was mentioned that Thrift and CQL 3 have subtle differences in their definitions of columns and rows. The Google hasn\'t helped me understand th

相关标签:
2条回答
  • 2020-12-15 15:20

    Here's the reading path I was taught to follow to answer this same question:

    1. Intro to Apache Cassandra 1.2
    2. A Thrift to CQL3 upgrade guide
    3. CQL3 for Cassandra experts : DataStax
    4. Does CQL support dynamic columns / wide rows?
    0 讨论(0)
  • 2020-12-15 15:23

    This blog by Aaron Morton is a great read to show the subtle difference in which data is stored in case of CQL and thrift. It helped me a lot to understand the difference.

    The Last Pickle

    0 讨论(0)
提交回复
热议问题