我最近通过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谢谢!
发布于 2018-08-02 09:16:57
在Apache 3.0+版本中,提示绕过存储引擎altoghether。这些文件不是存储在表中,而是在本地存储在平面提示文件上,就像提交日志一样。
有关如何工作的更多信息可以找到这里。
https://stackoverflow.com/questions/51649604
复制相似问题