prabhatbhattarai / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

Support Snappy compression #356

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Voldemort should support Snappy compression as it's rapidly becoming the 
default in the space. It's now supported out of the box in Hadoop, Cassandra 
and Avro.

Original issue reported on code.google.com by ismaelj on 21 Jul 2011 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by ismaelj on 21 Jul 2011 at 1:34

GoogleCodeExporter commented 8 years ago
The following library is a good choice (pure Java):

https://github.com/dain/snappy

Original comment by ismaelj on 27 Sep 2011 at 1:55

GoogleCodeExporter commented 8 years ago
See:

https://github.com/ijuma/voldemort/commits/snappy-lzf

Original comment by ismaelj on 5 Dec 2011 at 3:59

GoogleCodeExporter commented 8 years ago
Pushed to master.

Original comment by ismaelj on 5 Dec 2011 at 10:41