cassandra/tools/stress
Stefan Miklosovic 08b2e80aab
Warn about unqualified prepared statement only if it is select or modification statement
patch by Stefan Miklosovic; reviewed by Benjamin Lerer for CASSANDRA-18322
2024-08-08 14:18:24 +02:00
..
resources/org/apache/cassandra/stress/graph CASSANDRA-18785: Add support for Sonar analysis 2023-11-13 14:48:28 +01:00
src/org/apache/cassandra Warn about unqualified prepared statement only if it is select or modification statement 2024-08-08 14:18:24 +02:00
test/unit/org/apache/cassandra/stress Make cassandra-stress able to read all credentials from a file 2023-05-26 18:44:37 +02:00
README.txt Remove legacy command line options from cassandra-stress 2023-08-09 23:16:36 +02:00

README.txt

cassandra-stress
======

Setup
-----
Run `ant` from the Cassandra source directory, then cassandra-stress can be invoked from tools/bin/cassandra-stress.

Usage & Examples
----------------

cassandra-stress write n=2 -mode user=cassandra password=cassandra

cassandra-stress read n=2 -mode user=cassandra password=cassandra


See: https://cassandra.apache.org/doc/latest/tools/cassandra_stress.html