cost 289 ms
使用 yaml 文件作为用户配置文件时,cassandra-stress 工具抛出错误 - cassandra-stress tool is throwing error when using a yaml file for user profile

我能够使用默认键空间和表运行 cassandra-stress,但是参考 datastax 文档,我试图通过使用自己的配置文件来使用 cassandra-stress 工具。 Datastax 文档 - https://docs.datastax.com/en/dse/5.1/dse-admin/ ...

Apache Cassandra 3.11.6:集群键错误,在 cass-stress 写入后表中未定义列名 - Apache Cassandra 3.11.6: clustering key error, Undefined column name in table after cass-stress write

我目前遇到一个问题,我尝试从 cassandra 选择或插入特定的列数据并不断收到未定义的列名错误,尽管在查看表时列名是集群键。 但是,其他列的行为正常。 此外,在插入数据时,尽管 column1 为“未定义”,但仍需要将其作为集群键 但是,当将数据插入其他列时,行为是正常的 这是在我运 ...

Cassandra 节点 JVM 在节点修复具有物化视图的表期间挂起 - Cassandra node JVM hang during node repair a table with materialized view

我在 AWS 上有一个 9 个节点的集群。 最近有些节点宕机了,我想重启后修复集群。 但我发现修复操作会导致大量内存表刷新,然后 JVM GC 失败。 因此,节点挂起。 我正在使用 cassandra 3.1.0。 节点硬件为 32GB 内存和 4 核 CPU。 堆为 16GB。 对于每个节点,大约 ...

使用 cassandra-stress 导入时,ScyllaDB 模式会导致问题 - ScyllaDB schema causes issues when imported with cassandra-stress

我目前在我的环境中使用 ScyllaDB,并且由于技术原因,正在研究迁移到 Cassandra。 我正在尝试使 cassandra-stress 加载 Cassandra 集群,其数据使用的模式可能与 ScyllaDB 中当前使用的模式相同。 可悲的是,有一些问题。 环境: ScyllaDB 3. ...

cassandra-stress 工具可以针对现有的表数据运行吗? - Can cassandra-stress tool be run against existing table data?

我有一个我一直在测试的现有 Cassandra 测试安装。 我想针对当前运行cassandra-stress工具的表具有真实(非实时)数据,大约 10 万行。 所以我想知道该工具是否可以用于该数据,还是只能是该工具插入到空表中以确定写入速度等的数据? ...

Cassandra-stress:如何在cassandra群集外安装和设置它 - Cassandra-stress : how to install and set it up outside cassandra cluster

我即将使用简单的cassnadra集群(3个节点,xxx104-106)。 我正在使用CentOS7,所以我使用了数据存储库,Cassandra 3.0。 我在论坛上看到,最好在集群外部安装cassandra-stress,否则它会消耗节点的CPU。 你能帮帮我,怎么安装? 我试 ...

使用Cassandra-stress进行模式测试 - Schema Testing with Cassandra-stress

我正在尝试通过对当前模式使用cassandra-stress评估日期分层和级别压缩策略。 我已经尝试使用现有数据集,但收效甚微,但我不会反对使用“乱码”数据对其进行测试。 我真正想要的是集群的突破点。 我什至可以在没有变量的查询列表中手动键入完整查询, Select * from ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM