Oihana PHP Arango

Compression uses ConstantsTrait

Compression strategy for the `primarySortCompression` of an ArangoSearch view and for the compression of its `storedValues` columns.

Tags
see
https://docs.arangodb.com/stable/index-and-search/arangosearch/arangosearch-views-reference/#view-properties
author

Marc Alcaraz (ekameleon)

since
1.2.0

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'
On this page

Search results