【问题标题】:New DSE Cassandra cluster system.hints missing新的 DSE Cassandra 集群 system.hints 缺失
【发布时间】:2019-01-09 23:43:08
【问题描述】:

我最近通过 LCM 安装了 DSE。只是查看内部键空间,发现列表中缺少 system.hints。

它是在第一个节点故障的情况下在内部创建的吗?

select table_name from system_schema.tables where keyspace_name = 'system';

               IndexInfo
        available_ranges
                 batches
             built_views
      compaction_history
                   local
                   paxos
             peer_events
                   peers
     prepared_statements
             range_xfers
                 repairs
          size_estimates
        sstable_activity
      transferred_ranges
 view_builds_in_progress

谢谢!

【问题讨论】:

  • 你使用的是哪个 Cassandra 版本?
  • @SimonFontanaOscarsson 我正在使用 DSE 6 / Cassandra 4

标签: cassandra datastax cql datastax-enterprise cqlsh


【解决方案1】:

在 Apache Cassandra 3.0+ 版本中,提示完全绕过存储引擎。这些文件不是将提示存储在表中,而是存储在本地的平面提示文件中,就像提交日志一样。

有关其工作原理的更多信息,请访问here

【讨论】:

猜你喜欢
  • 2015-05-23
  • 2017-10-17
  • 2016-04-16
  • 1970-01-01
  • 2020-08-19
  • 2015-05-03
  • 2017-01-31
  • 2018-08-24
  • 1970-01-01
相关资源
最近更新 更多