Re: Concurrent write performance

2013-01-22 Thread aaron morton
Svc [mailto:jaytechg...@gmail.com] > Sent: Monday, January 21, 2013 17:28 > To: user@cassandra.apache.org > Subject: Concurrent write performance > > Folks, > > I would like to write(insert or update) to a single row in a column family. I > have concurrent requests which

RE: Concurrent write performance

2013-01-21 Thread Viktor Jevdokimov
gmail.com] Sent: Monday, January 21, 2013 17:28 To: user@cassandra.apache.org Subject: Concurrent write performance Folks, I would like to write(insert or update) to a single row in a column family. I have concurrent requests which will write to a single row. Do we see any performance implicati

Concurrent write performance

2013-01-21 Thread Jay Svc
Folks, I would like to write(insert or update) to a single row in a column family. I have concurrent requests which will write to a single row. Do we see any performance implications because of concurrent writes to a single row where comparator has to sort the columns at the same time? Please s