Compression uses ConstantsTrait
Compression strategy for the `primarySortCompression` of an ArangoSearch view and for the compression of its `storedValues` columns.
Tags
Table of Contents
Constants
- LZ4 : string = 'lz4'
- LZ4 compression — fast, lightweight. Server default.
- NONE : string = 'none'
- No compression — values are stored verbatim.
Constants
LZ4
LZ4 compression — fast, lightweight. Server default.
public
string
LZ4
= 'lz4'
NONE
No compression — values are stored verbatim.
public
string
NONE
= 'none'