Re: generate different sizes of request from single client

2016-11-24 Thread Vikas Jaiman
s.datastax.com/en/cassandra/3.x/cassandra/tools/toolsCStress.html> > It has options to set different load patterns. > > Best regards, Vladimir Yudovin, > *Winguzone <https://winguzone.com?from=list> - Cloud Cassandra Hosting* > > > ---- On Thu, 24 Nov 2016 13:27:59 -0500*

generate different sizes of request from single client

2016-11-24 Thread Vikas Jaiman
Hi all, I want to generate two different sizes (let's say 1 KB and 10 KB) of request from single client for benchmarking Cassandra. Is there any tool exist for this type of scenario? Vikas

Re: Are Cassandra writes are faster than reads?

2016-11-07 Thread Vikas Jaiman
tra effort for >> the read path. >> >> >> >> If you don’t do much in terms of overwrites/deletes, and your partitions >> are particularly small, and your data fits in RAM (probably mmap/page cache >> of data files, unless you’re using the row cache), reads may

Are Cassandra writes are faster than reads?

2016-11-06 Thread Vikas Jaiman
Hi all, Are Cassandra writes are faster than reads ?? If yes, why is this so? I am using consistency 1 and data is in memory. Vikas

Re: Does anyone store larger values in Cassandra E.g. 500 KB?

2016-10-24 Thread Vikas Jaiman
Thanks. I will have a look into that. Vikas On Fri, Oct 21, 2016 at 7:18 PM, jason zhao yang < zhaoyangsingap...@gmail.com> wrote: > 1. usually before storing object, serialization is needed, so we can know > the size. > 2. add "chunk id" as last clustering key. > &

Re: Does anyone store larger values in Cassandra E.g. 500 KB?

2016-10-21 Thread Vikas Jaiman
& blob id in Cassandra. > > On Thu, 20 Oct 2016 at 12:03 Vikas Jaiman > wrote: > >> Hi, >> >> Normally people would like to store smaller values in Cassandra. Is there >> anyone using it to store for larger values (e.g 500KB or more) and if so >> what

Does anyone store larger values in Cassandra E.g. 500 KB?

2016-10-20 Thread Vikas Jaiman
Hi, Normally people would like to store smaller values in Cassandra. Is there anyone using it to store for larger values (e.g 500KB or more) and if so what are the issues you are facing . I Would like to know the tweaks also which you are considering. Thanks, Vikas