-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:MongoDB v6.0.3 on a t3.micro (x86_64) running Ubuntu 18.04.2 LTS with a gp3 volume for data storage and an ext4 filesystem
-
Product Performance
-
ALL
baseline CPU usage and disk reads increased significantly with >6.0.3
Hi! We are running MongoDB v6.0.3, when the database was upgraded to v6.0.5, the following changes were noted on the server and disk volume (without changes to the application using the database):
- the average CPU usage went up from about 4.5% to 30%
- average read bandwidth increased from about 100kiB/s to 4MiB/s
- read throughput increased from 2 ops/s to 700 ops/s
- average read size decreased from 40kiB/s to 5kiB/s
The same changes were observed in v6.0.4 and downgrading to v6.0.3 resolved the issue.
Was something changed in v6.0.4 that may have cause this? I'm trying to figure out what I need to change in order to support the newer versions without the huge performance hit.