Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这个 [1] 文档中,当它描述 cfstats 输出时,它说,读取计数是Number of pending read requests. 那是对的吗?我在想这是自上次服务器重启以来收到的所有读取请求。
Number of pending read requests
有人可以澄清一下吗?
[1] http://www.datastax.com/documentation/cassandra/1.2/webhelp/cassandra/operations/ops_monitoring_c.html
谢谢, 巴蒂亚
是的,你是对的,文档是错误的。cfstats 读取计数是自启动以来对该表的本地读取请求数。