> During the migration, there were a number of fields that should have been set in Mongo but were not<p>Imagine that...this fascination with schema-less datastores just baffles me:<p><a href="http://draconianoverlord.com/2012/05/08/whats-wrong-with-a-schema.html" rel="nofollow">http://draconianoverlord.com/2012/05/08/whats-wrong-with-a-s...</a><p>I'm sure schema-less datastores are a huge win for your MVP release when it's all greenfield development, but from my days working for enterprises, it seems like you're just begging for data inconsistencies to sneak into your data.<p>Although, in the enterprise, data actually lives longer than 6 months--by which time I suppose most start ups are hoping to have been bought out.<p>(Yeah, I'm being snarky; none of this is targeted at bu.mp, they obviously understand pros/cons of schemas, having used pbuffers and mongo, I'm more just talking about how any datastore that's not relational these days touts the lack of a schema as an obvious win.)