Re: Cassandra -stress write - Storage location

2015-10-29 Thread Sebastian Estevez
You can do a describe table to see the table layout and you can select to see some sample rows. Stress is pretty powerful though. I just dropped a blog post tonight on doing more targeted benchmarking / sizing with stress and my data modeler. Take a look: http://www.sestevez.com/data-modeler/ On

Re: Cassandra -stress write - Storage location

2015-10-29 Thread Arun Sandu
Thanks . Can I know, the format of the data that gets stored? Can you please suggest me some ways to perform load testing? I need a big picture of all the statistics. Thanks again Arun On Thu, Oct 29, 2015 at 9:41 PM, Sebastian Estevez < sebastian.este...@datastax.com> wrote: > By default this w

Re: Cassandra -stress write - Storage location

2015-10-29 Thread Sebastian Estevez
By default this will go in Keyspace1 Standard1. All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.png] [image: facebook.png]

Cassandra -stress write - Storage location

2015-10-29 Thread Arun Sandu
Hi, I am currently working on load testing my cluster. When we write 10 to cassandra, where does the writes data gets stored in Cassandra and the same for read operation too. ./cassandra-stress write n=10 -rate threads=100 -node 10.34.100.13 ./cassandra-stress read n=10 -node 10.34.1