Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.5.0
-
Enterprise Edition 6.5.0 build 3248
-
Untriaged
-
-
Unknown
Description
Environment:
- 2 node cluster
- Default bucket with replicas = 1
Steps to reproduce:
Run the attached java program(You may have to change the IPs) on the above mentioned environment. It will insert 1000 docs in a batch of 10, 3 times 3 different durability levels mentioned below
Results:
Time for DurabilityLevel = None is 964 ms
Time for DurabilityLevel = Majority is 6451 ms
Time for DurabilityLevel = PERSIST_TO_MAJORITY is 8538 ms
Attachments
Issue Links
- relates to
-
JVMCBC-674 need feedback on durability performance
-
- Closed
-
Also, Ritesh Agarwal when running my latency and throughput tests, the metrics will perform better at the beginning of the tests. 1000 docs will show better latency. If you run longer tests, the realtime throughout and latency will drop further until it reaches a limit.