Apache Cassandra

作者: michael_jia | 来源:发表于2018-05-22 18:41 被阅读21次
Operating Cassandra
cql:the Cassandra Query Language.
  • CQL version 3.
  • CQL offers a model close to SQL in the sense that data is put in tables containing rows of columns.
  • There is no correlation between Cassandra release versions and the CQL language version.
cqlsh: the CQL shell.
  • cqlsh is a command line shell for interacting with Cassandra through CQL.
  • 需要 Python 版本 2.7。
DB Ranking
  • DB-Engines Ranking
  • ACID
    ACID:原子性(atomicity,或称不可分割性)、一致性(consistency)、隔离性(isolation,又称独立性)、持久性(durability)。
  • CAP theorem
Authors

相关文章

网友评论

    本文标题:Apache Cassandra

    本文链接:https://www.haomeiwen.com/subject/sypqjftx.html