Scaling MongoDB at Mailbox
tech.dropbox.com
Scaling MongoDB at Mailbox
1–10 of 78 posts
Re: Scaling MongoDB at Mailbox
#2Re: Scaling MongoDB at Mailbox
#3People give MSSQL shit for having row-level locks (if you don't use their MVCC option), yet how is it that Mongo runs with a database-wide option and people don't immediately laugh and walk away? Is the hype so powerful that people just shrug about a huge mutex?
Re: Scaling MongoDB at Mailbox
#4>one performance issue that impacted us was MongoDB’s database-level write lock. People give MSSQL shit for having row-level locks (if you don't use their MVCC option), yet how is it that Mongo runs with a database-wide option and people don't immediately laugh and walk away? Is the hype so powerful that people just shrug about a huge mutex?
cue: someone telling me SQL query optimization is easy and people are just idiots.
Re: Scaling MongoDB at Mailbox
#5>one performance issue that impacted us was MongoDB’s database-level write lock. People give MSSQL shit for having row-level locks (if you don't use their MVCC option), yet how is it that Mongo runs with a database-wide option and people don't immediately laugh and walk away? Is the hype so powerful that people just shrug about a huge mutex?
Re: Scaling MongoDB at Mailbox
#6Re: Scaling MongoDB at Mailbox
#7>one performance issue that impacted us was MongoDB’s database-level write lock. People give MSSQL shit for having row-level locks (if you don't use their MVCC option), yet how is it that Mongo runs with a database-wide option and people don't immediately laugh and walk away? Is the hype so powerful that people just shrug about a huge mutex?
Re: Scaling MongoDB at Mailbox
#8Why has the new system less write lock? Is it sharded?