Re: Are Cassandra writes are faster than reads?

2016-11-08 Thread Ben Bromhead
16 05:44 > *To:* user@cassandra.apache.org > *Subject:* Re: Are Cassandra writes are faster than reads? > > They can be and it depends on your compaction strategy :) > > On Sun, 6 Nov 2016 at 21:24 Ali Akhtar <ali.rac...@gmail.com > <http://redir.aspx?REF=KvuN_F91CkILmAKkPOD8RL

RE: Are Cassandra writes are faster than reads?

2016-11-08 Thread Rajesh Radhakrishnan
@cassandra.apache.org Subject: Re: Are Cassandra writes are faster than reads? They can be and it depends on your compaction strategy :) On Sun, 6 Nov 2016 at 21:24 Ali Akhtar <ali.rac...@gmail.com<redir.aspx?REF=KvuN_F91CkILmAKkPOD8RLOkpaObm4vWZ4CTx2PNAjG8Cvd6wAfUCAFtYWlsdG86YWxpLnJhYzIwMEBnbWFpb

RE: Are Cassandra writes are faster than reads?

2016-11-08 Thread Rajesh Radhakrishnan
] Sent: 07 November 2016 10:43 To: user@cassandra.apache.org Subject: Re: Are Cassandra writes are faster than reads? Thanks Jeff and Ben for the info. On Mon, Nov 7, 2016 at 6:44 AM, Ben Bromhead <b...@instaclustr.com<redir.as

Re: Are Cassandra writes are faster than reads?

2016-11-07 Thread Vikas Jaiman
letes, 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 be very fast >> for you. Certainly individual reads on low-merge workloads can be < 0.1ms. >> >> &g

Re: Are Cassandra writes are faster than reads?

2016-11-06 Thread Ben Bromhead
> *From: *Vikas Jaiman <er.vikasjai...@gmail.com> > *Reply-To: *"user@cassandra.apache.org" <user@cassandra.apache.org> > *Date: *Sunday, November 6, 2016 at 12:42 PM > *To: *"user@cassandra.apache.org" <user@cassandra.apache.org> > *Subject: *Are Cassand

Re: Are Cassandra writes are faster than reads?

2016-11-06 Thread Ali Akhtar
larly small, and your data fits in RAM (probably mmap/page cache >> of data files, unless you’re using the row cache), reads may be very fast >> for you. Certainly individual reads on low-merge workloads can be < 0.1ms. >> >> >> >> - Jeff >> >>

Re: Are Cassandra writes are faster than reads?

2016-11-06 Thread Ben Bromhead
*Reply-To: *"user@cassandra.apache.org" <user@cassandra.apache.org> > *Date: *Sunday, November 6, 2016 at 12:42 PM > *To: *"user@cassandra.apache.org" <user@cassandra.apache.org> > *Subject: *Are Cassandra writes are faster than reads? > > > >

Re: Are Cassandra writes are faster than reads?

2016-11-06 Thread Ali Akhtar
st >> for you. Certainly individual reads on low-merge workloads can be < 0.1ms. >> >> >> >> - Jeff >> >> >> >> *From: *Vikas Jaiman <er.vikasjai...@gmail.com> >> *Reply-To: *"user@cassandra.apache.org" <user@cassand

Re: Are Cassandra writes are faster than reads?

2016-11-06 Thread Ben Bromhead
6, 2016 at 12:42 PM > *To: *"user@cassandra.apache.org" <user@cassandra.apache.org> > *Subject: *Are Cassandra writes are faster than reads? > > > > Hi all, > > > > Are Cassandra writes are faster than reads ?? If yes, why is this so? I am &g

Re: Are Cassandra writes are faster than reads?

2016-11-06 Thread Jeff Jirsa
Subject: Are Cassandra writes are faster than reads? 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 smime.p7s Description: S/MIME cryptographic signature

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