How to install MongoDB on ubuntu server
MongoDB wasn’t designed in a lab. We built MongoDB from our own experiences building large scale, high availability, robust systems. We didn’t start from scratch, we really tried to figure out what was broken, and tackle that. So the way I think about MongoDB is that if you take MySql, and change the data model from relational to document based, you get a lot of great features: embedded docs for speed, manageability, agile development with schema-less databases, easier horizontal scalability because joins aren’t as important. There are lots of things that work great in relational databases: indexes, dynamic queries and updates to name a few, and we haven’t changed much there. For example, the way you design your indexes in MongoDB should be exactly the way you do it in MySql or Oracle, you just have the option of indexing an embedded field.
- gg234's blog
- Login or register to post comments

Recent comments
2 weeks 1 day ago
3 weeks 6 days ago
13 weeks 4 days ago
13 weeks 6 days ago
15 weeks 2 days ago
26 weeks 1 day ago
28 weeks 19 hours ago
28 weeks 2 days ago
31 weeks 14 hours ago
33 weeks 2 days ago