On Wed, Mar 29, 2017 at 11:57 AM, Vyacheslav Daradur <daradu...@gmail.com> wrote:
> Queries works with BinaryObjectImpl. > > 1. In the full compression mode - compressed bytes sequence - will be > decompressed at initialization of BinaryObjectImpl. > At which point does this step take place? Do we deserialize right when we receive the object over the wire? > 2. With annotated fields compression - value of compressed fields will be > decompress at deserializing on demand, for example when calls methods > BinaryObjectImpl#field and BinaryObjectImpl#fieldByOrder > Forgive me if I don't know the internals, but does this happen when SQL queries are executed? > > 2017-03-29 21:47 GMT+03:00 Dmitriy Setrakyan <dsetrak...@apache.org>: > > > On Wed, Mar 29, 2017 at 11:44 AM, Vyacheslav Daradur < > daradu...@gmail.com> > > wrote: > > > > > Solution implemented in core-level and works with binary-marshaller. > > > > > > If you about the cache queries - it works with compressed data. > > > > > > > Vyacheslav, can you please explain how the cache queries work with the > > compressed data? > > > > > > -- > Best Regards, Vyacheslav >