cassandra/tools/stress
Dmitry Konstantinov 0d2160631a Avoid ByteBuffer wrapping in cql3.selection.Selector.InputRow to reduce memory allocation rate
Current ReadCommand logic returns ArrayCell values, so when we retrieve a cell value as a ByteBuffer we allocate ByteBuffer instances

patch by Dmitry Konstantinov; reviewed by Francisco Guerrero for CASSANDRA-21362
2026-06-04 19:19:36 +01: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 Avoid ByteBuffer wrapping in cql3.selection.Selector.InputRow to reduce memory allocation rate 2026-06-04 19:19:36 +01:00
test/unit/org/apache/cassandra/stress Organize imports and standartize import order across entire codebase 2025-12-30 22:34:14 +01: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