Re: Compression on client side vs server side

2012-04-03 Thread Віталій Тимчишин
/www.edwardcapriolo.com/roller/edwardcapriolo/entry/cassandra_compression_is_like_getting > > -- > *From:* benjamin.j.mcc...@gmail.com [benjamin.j.mcc...@gmail.com] on > behalf of Ben McCann [b...@benmccann.com] > *Sent:* Monday, April 02, 2012 10:42 AM > *To:* user@c

Re: Compression on client side vs server side

2012-04-02 Thread Ben McCann
Thanks Jeremiah, that's what I has suspected. I appreciate the confirmation. Martin, there's not built-in support for doing compression client side, but it'd be easy for me to do manually since I just have one column with all my serialized data, which is why I was considering it. On Mon, Apr 2,

Re: Compression on client side vs server side

2012-04-02 Thread Martin Junghanns
Hi, how do you select between client- and serverside compression? i'm using hector and i set compression when creating a cf, so the compression executes when inserting the data "on the server" oO greetings, martin Am 02.04.2012 17:42, schrieb Ben McCann: Hi, I was curious if I compress my

RE: Compression on client side vs server side

2012-04-02 Thread Jeremiah Jordan
iolo.com/roller/edwardcapriolo/entry/cassandra_compression_is_like_getting From: benjamin.j.mcc...@gmail.com [benjamin.j.mcc...@gmail.com] on behalf of Ben McCann [b...@benmccann.com] Sent: Monday, April 02, 2012 10:42 AM To: user@cassandra.apache.org Subject: Compression on

Compression on client side vs server side

2012-04-02 Thread Ben McCann
Hi, I was curious if I compress my data on the client side with Snappy whether there's any difference between doing that and doing it on the server side? The wiki said that compression works best where each row has the same columns. Does this mean the compression will be more efficient on the se