缺少新的 DSE Cassandra 集群 system.hints

New DSE Cassandra cluster system.hints missing

我最近通过 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

谢谢!

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

可以找到有关其工作原理的更多信息here