logo
logo
Sign in

MongoDB Performance Tuning Everything You Need to Know

avatar
Tech Mekrz
MongoDB Performance Tuning Everything You Need to Know

Databases operate in an environment that consists of numerous reads, writes, and updates.

Let’s look at the globalLock and locks sections of the db.serverStatus() command output:

"acquireCount" : { : NumberLong(),

"acquireWaitCount" : { : NumberLong(),

"timeAcquiringMicros" : { : NumberLong(),

"deadlockCount" : { : NumberLong(),

collect
0
avatar
Tech Mekrz
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more