【问题标题】:Cassandra : impact of high compaction/streaming throughput values?Cassandra:高压缩/流式吞吐量值的影响?
【发布时间】:2021-12-28 06:30:01
【问题描述】:

默认吞吐量如下(cassandra.yaml):

compaction_throughput_mb_per_sec: 16
stream_throughput_outbound_megabits_per_sec: 200
inter_dc_stream_throughput_outbound_megabits_per_sec: 200

为了加快压缩之类的速度,我设置了这些值:

$ nodetool getcompactionthroughput
Current compaction throughput: 10000 MB/s

$ nodetool getstreamthroughput
Current stream throughput: 10000 Mb/s

$ nodetool getinterdcstreamthroughput
Current inter-datacenter stream throughput: 10000 Mb/s

Cassandra 数据目录由 SSD 和 HDD 支持,具体取决于密钥空间。

应用如此高的值是否有任何影响(如读取或写入超时)?

谢谢

【问题讨论】:

标签: cassandra datastax datastax-enterprise


【解决方案1】:

我看到的高压缩吞吐量的唯一影响是来自应用程序的流量(读/写)可能会受到影响。由于 SSD 的 IOPS 容量有限,因此将其中的大部分用于压缩将影响压缩进行时的流量。

【讨论】:

    猜你喜欢
    • 2017-08-01
    • 2020-07-02
    • 1970-01-01
    • 2015-08-22
    • 1970-01-01
    • 1970-01-01
    • 2018-08-03
    • 1970-01-01
    • 2022-01-04
    相关资源
    最近更新 更多