All,
The default storage block level compression strategy is changing from
'none' to 'snappy'.
Existing datasets will not be affected, but if you want to prevent new
datasets from being compressed, either specify the compression should be
none at dataset creation time:
*create dataset DBLP1(DBLPType)primary key idwith
{"storage-block-compression": {"scheme": "none"}};*
...or override the default in the config file to be none:
*storage.compression.block = none*
I expect this to be merged into master today.
Thanks,
-MDB