Search Couchbase official documentation to answer how-to, conceptual, and reference questions about products, features, SDKs, services, tutorials, and examples.
Fetch specific fields, check existence, or count elements inside a Couchbase document without retrieving the whole document, using sub-document operations when you already know the exact paths.
Check Couchbase cluster health by pinging services and reporting reachability, latency, and errors per service. Optionally scope to a bucket or filter service types for targeted diagnostics.
A server that enables natural language interactions with Couchbase databases through the Model Context Protocol, allowing users to perform SQL++ queries on Couchbase Capella clusters using conversational commands.
Check whether client connections are already broken and for how long, using the SDK's cached connection state per endpoint and overall cluster status without any network I/O.
List Couchbase indexes with optional filters for bucket, scope, collection, or index name. Get index definitions, status, and metadata to inspect query performance and structure.
Identify performance bottlenecks by retrieving the N longest running queries from the completed_requests catalog, helping you pinpoint and address slow operations.
Get index recommendations for a SQL++ query to resolve performance issues. Returns currently used, recommended, and covering indexes from Couchbase Index Advisor.
Retrieves the schema of a collection in a specified bucket and scope by running an INFER query, returning the collection name and its inferred structure.