On Tue, Sep 4, 2018 at 1:16 AM, Ilya Kasnacheev <ilya.kasnach...@gmail.com> wrote:
> Hello! > > The compression is per-binary-object, but dictionary is external, shared > between multiple (millions of) entries and stored alongside compressed > data. > I was under a different impression. If the dictionary is for the whole data set, then it will occupy megabytes (if not gigabytes) of data. What happens when a new node joins and has no idea about the dictionary? What happens when dictionary between nodes get out-of-sync? D.