Alexander
Alexander

Reputation: 1583

What is normal write lock percentage for MongoDB

When we started to use MongoDB write lock percentage was 0.2%, now it is 1.5%. What is the normal range for it? Should I worry that it grows?

Upvotes: 12

Views: 2739

Answers (2)

Uri Meirav
Uri Meirav

Reputation: 3148

MongoDB lock percentage will vary greatly between databases.
Normal lock percentage definition depends on the DB usage.

Write heavy databases might see values >50%
While read intensive databases can have values <10%

Upvotes: 1

Related Questions