Re: Write performance compared to Postgresql

2012-05-03 Thread Jeff Williams
;> From: Jeff Williams [mailto:je...@wherethebitsroam.com] >> Sent: Tuesday, April 03, 2012 11:09 AM >> To: user@cassandra.apache.org >> Subject: Re: Write performance compared to Postgresql >> >> Vitalii, >> >> Yep, that sounds like a good idea. Do you have any

Re: Write performance compared to Postgresql

2012-04-04 Thread Jeff Williams
2 11:09 AM > To: user@cassandra.apache.org > Subject: Re: Write performance compared to Postgresql > > Vitalii, > > Yep, that sounds like a good idea. Do you have any more information about how > you're doing that? Which client? > > Because even with 3 concurre

Re: Write performance compared to Postgresql

2012-04-03 Thread Віталій Тимчишин
Hello. We are using java async thrift client. As of ruby, it seems you need to use something like http://www.mikeperham.com/2010/02/09/cassandra-and-eventmachine/ (Not sure as I know nothing about ruby). Best regards, Vitalii Tymchyshyn 2012/4/3 Jeff Williams > Vitalii, > > Yep, that sounds l

RE: Write performance compared to Postgresql

2012-04-03 Thread Collard, David L (Dave)
Where is your client running? -Original Message- From: Jeff Williams [mailto:je...@wherethebitsroam.com] Sent: Tuesday, April 03, 2012 11:09 AM To: user@cassandra.apache.org Subject: Re: Write performance compared to Postgresql Vitalii, Yep, that sounds like a good idea. Do you have

RE: Write performance compared to Postgresql

2012-04-03 Thread Jeremiah Jordan
...@wherethebitsroam.com] Sent: Tuesday, April 03, 2012 10:09 AM To: user@cassandra.apache.org Subject: Re: Write performance compared to Postgresql Vitalii, Yep, that sounds like a good idea. Do you have any more information about how you're doing that? Which client? Because even with 3 concurrent c

Re: Write performance compared to Postgresql

2012-04-03 Thread Jeff Williams
Vitalii, Yep, that sounds like a good idea. Do you have any more information about how you're doing that? Which client? Because even with 3 concurrent client nodes, my single postgresql server is still out performing my 2 node cassandra cluster, although the gap is narrowing. Jeff On Apr 3, 2

Re: Write performance compared to Postgresql

2012-04-03 Thread Vitalii Tymchyshyn
Note that having tons of TCP connections is not good. We are using async client to issue multiple calls over single connection at same time. You can do the same. Best regards, Vitalii Tymchyshyn. 03.04.12 16:18, Jeff Williams написав(ла): Ok, so you think the write speed is limited by the cli

Re: Write performance compared to Postgresql

2012-04-03 Thread Jeff Williams
Ok, so you think the write speed is limited by the client and protocol, rather than the cassandra backend? This sounds reasonable, and fits with our use case, as we will have several servers writing. However, a bit harder to test! Jeff On Apr 3, 2012, at 1:27 PM, Jake Luciani wrote: > Hi Jeff,

Re: Write performance compared to Postgresql

2012-04-03 Thread Jake Luciani
Hi Jeff, Writing serially over one connection will be slower. If you run many threads hitting the server at once you will see throughput improve. Jake On Apr 3, 2012, at 7:08 AM, Jeff Williams wrote: > Hi, > > I am looking at cassandra for a logging application. We currently log to a >