Introduction
Write concern levels tell MongoDB how sure you want to be that your data is saved safely.
When you want to make sure a single server saved your data before moving on.
When you want confirmation that most servers in a group saved your data.
When you want to avoid losing data if a server crashes.
When you want faster writes and can accept some risk of data loss.
When you want the safest write possible for important data.