;> 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
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
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
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
...@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
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
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
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,
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
>