作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在Apache Cassandra的配置文件(cassandra.yaml)中,我想知道下面两个配置属性的区别:
write_request_timeout_in_ms
: 2000
counter_write_request_timeout_in_ms
:5000
我没有找到关于 counter_write_request_timeout_in_ms
属性的任何信息。
JimyRyan.
最佳答案
write_request_timeout_in_ms
是普通表的写入超时。
counter_write_request_timeout_in_ms
是具有计数器列的表的写入超时。
cassandra.yaml
中所有与counter_*
相关的设置都是针对计数器表的。
关于 Cassandra 配置 : difference between write_request_timeout_in_ms and counter_write_request_timeout_in_ms,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48205750/
在Apache Cassandra的配置文件(cassandra.yaml)中,我想知道下面两个配置属性的区别: 协调器应该等待写入完成多长时间 write_request_timeout_in_ms
我是一名优秀的程序员,十分优秀!