Questions tagged [cassandra-stress]

The `cassandra-stress` tool is a Java-based stress testing utility for basic benchmarking and load testing a Cassandra cluster.

The cassandra-stress tool is a Java-based stress testing utility for basic benchmarking and load testing a Cassandra cluster. It allows to check the behavior of the schema by populating the database cluster and supporting stress testing of arbitrary CQL tables and arbitrary queries on tables.

47 questions
0
votes
1 answer

Prepared statements cassandra-stress tool

I would like to know if it's possible to have the cassandra-stress tool to run a predefined set of queries instead of random reads. For example, lets say I have keyspace BENCHMARK with a LOGS table CREATE TABLE LOGS(log_id int PRIMARY KEY, log_date…
0
votes
1 answer

Cassandra stress test gives UnavailableException

I just set up a brand new instance of DSE 3.2, 3 nodes on Ubuntu via tarball. Everything seems to be set up fine: bin/nodetool status Datacenter: Cassandra ===================== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address …
matthieu lieber
  • 662
  • 1
  • 17
  • 30
1 2 3
4