Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7940227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:19:38+00:00 2026-06-03T23:19:38+00:00

How does setting the WriteConcern flag to SAFE in the java driver affects MongoDB

  • 0

How does setting the WriteConcern flag to SAFE in the java driver affects MongoDB performances?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T23:19:42+00:00Added an answer on June 3, 2026 at 11:19 pm

    Slows it down significantly (as you would expect).

    Without the “SAFE” flag, MongoDB drivers operate in “Fire & Forget” mode. So the update command is sent to the server and then the driver continues on. If there is an error with the write or the server dies before the change happens, the client knows nothing about it.

    With the “SAFE” flag, the drivers do both the update command and the getLastError() command. That second command will not complete until the update actually happens on the DB. At the very least, you are sending two commands instead of one (so it’s 50% slower).

    In my experience it’s actually 5x-20x slower. Of course, this makes sense because actually writing the data is the slow part of this whole piece.

    Note that without the SAFE flag, certain exceptions will never happen. For example, you will never get a duplicate key exception.

    If you plan to use MongoDB as a typical database (analogous to say MySQL), you need to use at least “SAFE” mode and replica sets. Otherwise, you need “JOURNAL” mode with a single box. I you use JOURNAL mode, you will notice that performance starts to look at lot like regular SQL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using TextRenderer.DrawText(), what does setting the TextFormatFlags.Internal flag actually do? Equivalently, what does
Does setting this value have the same effect as setting the debug=true in the
Does setting PropertyGrid.SelectedObject = null; effects the actual object? eg: Button b = new
What does setting SubClassFetchMode e.g. to EAGER_PARALLEL actually do? Why would one want a
In C#, does setting a field as readonly reduce memory usage? i.e. DBRepository _db
Does anyone have an example of setting up Authlogic with a namespace in Rails?
Does anyone know of a DB setting in DotNetNuke, where you can configure ALL
Does MySQL treat the default character setting in a cascading type of way? For
In a large WPF-project setting padding on buttons does not have any effect what
I am setting up embedded forms in my rails app. This does not work

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.