Managing Index parameters
The Index service parameters are retrieved and changed with theGETandPOSTHTTP methods and the/settings/indexesURI.
Description
The Index service parameters include:
indexerThreads-
Number of dedicated threads the indexer uses. On multi-core machines increasing this number increases the amount of CPU available to the indexer. Default: 4
maxRollbackPoints-
The maximum number of committed rollback points. Default: 5
memorySnapshotInterval-
Specifies the frequency of in-memory snapshots. This determines the earliest possibility of a scan seeing a given KV mutation. Specified in milleseconds (ms). Default: 200
stableSnapshotInterval-
Specifies the frequency of persisted snapshots for recovery. Specified in seconds (sec). Default: 30000
Syntax
Curl request syntax:
curl -X GET http://[localhost]:[port]/settings/indexes -u [admin-name]:[password]