Reputation: 1583
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
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
Reputation: 7622
Which version of MongoDB are you using?
May be this specific post might help you:
http://groups.google.com/group/mongodb-user/browse_thread/thread/44605fc5193349d2
http://groups.google.com/group/mongodb-user/browse_thread/thread/9e62c19aa3d0448f
http://groups.google.com/group/mongodb-user/browse_thread/thread/b619daa74bb3192a
Upvotes: 3