Reputation: 2229
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?
Upvotes: 2
Views: 1232
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