MongoDB: ReplicaSet slower than a corresponding Master/Slave config

Posted by SecondThought on Server Fault See other posts from Server Fault or by SecondThought
Published on 2012-06-19T08:05:35Z Indexed on 2012/06/19 9:18 UTC
Read the original article Hit count: 244

Is it true that a mongoDB configured as a replicaset (lets say two nodes + an arbiter) will always be slower than the same DB and server specs but configured as a Master?

I've run some tests and found out that for a fresh DB, RS is a little quicker than Master/Slave config but when the DB is getting bigger than ~100k records the latter is getting much snappier.

am I missing something here?

PS: I was testing it with mongoid driver for ruby.

© Server Fault or respective owner

Related posts about Performance

Related posts about database