【问题标题】:Cassandra 3.9 and CQL spec versionCassandra 3.9 和 CQL 规范版本
【发布时间】:2017-04-30 06:48:31
【问题描述】:

只是好奇 Cassandra 3.9 支持哪些版本的 cql。 我知道 Cassandra 3.9 支持 cql 3.4.2,但是是否也支持 3.4.3?以及如何升级/配置 Cassandra 3.9 以使用 cql 3.4.3?

我在网上搜索了一些信息,例如Which CQL version corresponds to which Cassandra version?https://docs.datastax.com/en/landing_page/doc/landing_page/compatibility.html等,但这些帖子对我没有帮助。

欢迎任何 cmets。谢谢

【问题讨论】:

    标签: cassandra cql cql3 cassandra-3.0


    【解决方案1】:

    只是好奇 Cassandra 3.9 支持哪些版本的 cql

    CQL 遵循semantic versioning,这意味着支持 3.4.2 的服务器应该支持 [3.0, 3.4.2] 范围内的任何内容。

    但是是否也支持3.4.3?以及如何升级/配置 Cassandra 3.9 以使用 cql 3.4.3?

    给定版本的 Cassandra 具有固定的最大 CQL 规范。正如您所指出的,对于 3.9,它是 3.4.2。没有办法配置更高的版本。要从下一个 CQL 规范中获取功能,需要升级 Cassandra(请注意,所有 the changes for 3.4.3 的 fixVer=3.10)

    【讨论】:

      猜你喜欢
      • 2014-09-30
      • 1970-01-01
      • 2015-10-08
      • 1970-01-01
      • 2016-11-03
      • 2015-03-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多