You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by babu prasad <ba...@gmail.com> on 2016/01/15 23:15:04 UTC

Compression on Ignite

Does ignite compress data in memory or is the data stored as such?
If there is no default compression, do you intend to provide an option at a
later point?

While storing large amounts of data in a distributed cache, compression may
help a lot.

Re: Compression on Ignite

Posted by Dmitriy Setrakyan <ds...@apache.org>.
On Fri, Jan 15, 2016 at 3:15 PM, babu prasad <ba...@gmail.com> wrote:

> Does ignite compress data in memory or is the data stored as such?
> If there is no default compression, do you intend to provide an option at
> a later point?
>

Ignite does not compress the memory per se, however, the binary protocol
utilized by Ignite is very compact and memory efficient.