top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Write concern in mongodb 2.6

+2 votes
134 views

I have a 2 node replication, and in the client, set :w => 2. After the write operation, could the data be get from read-only node immediately? The document of write concern, not mention the data state in read-only node of replication. The data could be in WAL, and not visible to clients.

posted Feb 5, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I have a MongoDB 2.6.8 and want to upgrade to 3.2.Sharding is currently running and needs to upgrade with low downtime (Ill be happy if I get Zero downtime)
Please share best standard process/documentation/checklist?

+1 vote

Can we connect to MongoDB Server 2.6.12 using Java Driver version 0.11? We have a constraint of upgrading Java Driver version which would require huge change in our client code. We use JDK 8 for compilation of our project. We would like to know whether it is possible to connect to MongoDB Server 2.6.12 or MongoDB Server 3.0 using Java Driver version 0.11 if we only use the limited set of features (not the functionalities that were introduced in Server version 2.6.12 or 3.0).

+1 vote

I want to know no of transaction per seconds can be possible in our mongodb v2.6.10.
Can someone please let me know how can I check this.

+2 votes

As we can write ".sql" file in sql for creating schema and other commands. can we also write the similar something like ".nosql" or ".mongodb" file??

+1 vote

Write a meteor program. Which gets a data from textbox and fetch the results from MongoDB. And Display the corresponding Search results.

...