-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
ArangoDB 3.10ArangoDB 3.9Identify issues for supporting ArangoDB 3.9Identify issues for supporting ArangoDB 3.9
Description
We should review and add any missing options listed on https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#views-api
See below:
Views of the type arangosearch support new caching options in the
Enterprise Edition.
Introduced in: v3.9.5, v3.10.2
- A
cacheoption for individual View links or fields (boolean, default:false). - A
cacheoption in the definition of astoredValuesView property
(boolean, immutable, default:false).
Introduced in: v3.9.6, v3.10.2
- A
primarySortCacheView property (boolean, immutable, default:false). - A
primaryKeyCacheView property (boolean, immutable, default:false).
The POST /_api/view endpoint accepts these new options for arangosearch
Views, the GET /_api/view/<view-name>/properties endpoint may return these
options, and you can change the cache View link/field property with the
PUT /_api/view/<view-name>/properties and PATCH /_api/view/<view-name>/properties
endpoints.
Metadata
Metadata
Assignees
Labels
ArangoDB 3.10ArangoDB 3.9Identify issues for supporting ArangoDB 3.9Identify issues for supporting ArangoDB 3.9