cassandra - 如何在 cassandra 中追溯列族的大分区

标签 cassandra datastax partition nodetool column-family

通过ops-center和nodetool cfstats我能够发现键空间表的一个分区有560 Mb,但无法找出是哪个分区。我们如何跟踪表的哪个分区那么大?

最佳答案

最快的方法是在日志中查找有关压缩大分区的消息。有点作弊,但它经常有效。

除此之外,您还需要将 sstables 转储为 json,然后检查 json。有很多人在网上为此编写了工具 - https://github.com/BrianGallew/cassandra_tools就是一个例子。

关于cassandra - 如何在 cassandra 中追溯列族的大分区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37313846/

相关文章:

elasticsearch - 有一些工具可以将Elasticsearch与Apache Cassandra链接吗?

authentication - 具有PasswordAuthenticator和模式自动创建功能的DataStax Enterprise Hive

performance - DSE- Cassandra : Commit Log Disk Impact on Performances

hadoop - 在 hive 中创建 TABLE 后添加 PARTITION

Cassandra UDT 作为主键

apache-spark - Spark如何在cassandra表之间复制数据?

matlab - 根据 NaN 值切割向量

android - 快速启动恢复 : Partition recovery not support flash

eclipse - Cassandra/Eclipse - 无法建立连接

Cassandra DataStax Community Edition 将节点添加到集群