View

Table of Contents

Overview

How-to

Reference

maxParallelIndexers

Couchbase makes no recommendations for tuning beyond the default settings.

# Check current indexer tasks
curl -X GET  -u Administrator:password http://localhost:8092/_active_tasks

# Get / Set maxParallelIndexers
curl -X GET  -u Administrator:password http://localhost:8091/settings/maxParallelIndexers
curl -X POST -u Administrator:password http://localhost:8091/settings/maxParallelIndexers -d 'globalValue=8'

# Check current internalSettings
curl -x GET  -u Administrator:password http://localhost:8091/internalSettings

Topics

Index updates

stale=ok

stale=false

stale=updateafter

Automated index updates

Examples

Terminology

Links