This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Instaclustr standard YAML profile for cassandra-stress | |
# adapted from Apache Cassandra example file | |
# | |
# Insert data: | |
# cassandra-stress user profile=stress-spec.yaml n=25000000 cl=QUORUM ops\(insert=1\) -node file=node_list.txt -rate threads=100 | |
# Note: n=25,000,000 will produce ~280G of data | |
# ensure all compactions are complete before moving to mixed load test | |
# | |
# Mixed load test |