We are exploring the transition from old Couchbase 6.6.0 CE (Community Edition) to latest CE 7.2.2 - and facing high increment on Get/Update actions latency during load (so you can assume high volume of concurrent requests) - just to compare:
On CE 6.6.0 avg item action ~20msec
On CE 7.2.2 avg item action 100msec~400msec (depends on concurrency level)
Are you aware of this issue? any information / configuration setting recommended for us?
Thanks,
Zachi.
The get/update operations themselves only take a few microseconds on the server. So if you are seeing 200ms (or even 20 ms) response times, the latency is likely in the network or the client. Are you using the same topology for both tests? The same SDK?
Hi,
We are using old 2.7 SDK (in transition to newer one) - is there a way to get metrics in SDK itself?
What about metrics on Couchbase Server itself?
Regards,
Zachi.
First transition to the new SDK. There’s no value in sorting it out with the old SDK, then moving to the new SDK.
The SDKs have RequestTracing (or ThresholdReporting) for collecting metrics.