Yes. Add {compression, false} to the eleveldb section of your
app.config. However, generally we advise using compression because it
can increase throughput and decrease latency when accessing
highly-compressible values (think JSON, XML, anything with repeated
characters or substrings). The CPU cost of Snappy compression is
small.On Sat, Sep 8, 2012 at 5:06 PM, Vladimir Shapovalov <[email protected]> wrote: > Hi all, > > Is it possible to turn LevelDB compression off? > > Thanks! > Vladimir > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > -- Sean Cribbs <[email protected]> Software Engineer Basho Technologies, Inc. http://basho.com/ _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
