Bhuvan
Bhuvan

Reputation: 2229

Couchbase internal processes taking a lot of CPU

I am using couchbase 5.0.1

Couchbase internal processes like beam.smp, indexer and cbq-engine are taking a lot of CPU. Can you please tell me how to tune these processes so that they take less CPU?

enter image description here

enter image description here

Upvotes: 2

Views: 1232

Answers (1)

Johan Larson
Johan Larson

Reputation: 1890

To get the load on the query engine (cbq-engine) down, you need to find out what is causing the load. This article has a lot of information about query profiling:

https://blog.couchbase.com/optimize-n1ql-performance-using-request-profiling/

Upvotes: 1

Related Questions