Optional
optimizeAn array of strings defining sort expressions to optimize.
Optional
primary(Enterprise Edition only.) If set to true
, then primary key columns
will always be cached in memory.
Default: false
Optional
primaryAttribute path (field
) for the value of each document that will be
used for sorting.
If direction
is set to "asc"
or asc
is set to true
,
the primary sorting order will be ascending.
If direction
is set to "desc"
or asc
is set to false
,
the primary sorting order will be descending.
Optional
primary(Enterprise Edition only.) If set to true
, then primary sort columns
will always be cached in memory.
Default: false
Optional
primaryCompression to use for the primary sort data.
Default: "lz4"
Optional
storedAttribute paths for which values should be stored in the view index
in addition to those used for sorting via primarySort
.
Type of the View.
Optional
writebufferMaximum number of concurrent active writers that perform a transaction.
Default: 0
Optional
writebufferMaximum number of writers cached in the pool.
Default: 64
Optional
writebufferMaximum memory byte size per writer before a writer flush is triggered.
Default: 33554432
(32 MiB)
Options for creating an ArangoSearch View.