Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which CQL version corresponds to which Cassandra version?

The CQL documentation is organized according to the CQL version, not the Cassandra product version. Obviously, I want to read the CQL documentation corresponding to the Cassandra release I'm using, but I can't find comprehensive info on which CQL version corresponds to which Cassandra version:

  • CQL 3.1 documentation is titled "CQL for Cassandra 2.0 & 2.1", but newer CQL docs no longer mention Cassandra versions
  • The Product compatibility page only maps versions of OpsCenter, Cassandra and DataStax Enterprise

Is there a simple page listing the version mapping?

like image 942
Jens Bannmann Avatar asked Dec 11 '22 16:12

Jens Bannmann


1 Answers

CQL Version  | Cassandra Version

3.3          | 2.2 and above
3.1          | 2.o & 2.1
3.0          | 1.2 to 1.x

CQL older version.
CQL 3.3

like image 188
undefined_variable Avatar answered Jan 01 '23 20:01

undefined_variable