mongoid-sequence icon indicating copy to clipboard operation
mongoid-sequence copied to clipboard

mongoid-sequence with a MongoDB replica set...

Open abhas opened this issue 12 years ago • 1 comments

Is the consistency of mongoid-sequence guaranteed when operating with MongoDB configured as a replica set? I am trying to building a HA configuration with my rails app and MongoDB use mongoid-sequence to generate serial numbers for my records. Am I guaranteed that these sequence numbers will be unique across the replica set?

Thanks.... -abhas.

abhas avatar Feb 19 '13 15:02 abhas

With replica set configuration you perform all your writes to only one instance, primary. So this values will be unique even with replication lag on secondaries.

flexoid avatar Mar 07 '13 08:03 flexoid