Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How to install MongoDB on ubuntu server
Posted by Philipp Esselbach on: 09/08/2011 08:43 PM [ Print | 0 comment(s) ]
Ubuntu Geek shows you 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.
How to install MongoDB on ubuntu server
Related Threads
07/17/2006 07:06 AM: how to install sis 760 drivers! (1) by danleff
05/21/2006 08:18 AM: how to install XP after deleting LINUX? (1) by danleff
03/21/2006 06:09 AM: how to install fedora core 4 alongwith mandrake 10 and winxp (3) by danleff
03/22/2006 05:56 PM: How to install Fedora Core 4 and WinXP on single hard disk? (4) by danleff
11/13/2005 03:19 AM: How to instal Unbutu into same HD with Win2000 pro (1) by danleff
10/09/2005 11:40 AM: How to install Suse pro 9.3 and Mandriva LE 2005 in the same Hard Drive (1) by danleff
09/10/2005 04:28 PM: how to install samba from source? (1) by danleff
09/18/2005 06:33 PM: how to install linux on a i486 with bios not supporting cdrom boot (13) by cashman31
09/01/2005 03:51 PM: how to install windows xp , red hat and mandrake linux (7) by cashman31
03/20/2005 07:50 AM: I don't know how to instal amarok in simply mepis 3.3 (4) by iamroot
05/21/2006 08:18 AM: how to install XP after deleting LINUX? (1) by danleff
03/21/2006 06:09 AM: how to install fedora core 4 alongwith mandrake 10 and winxp (3) by danleff
03/22/2006 05:56 PM: How to install Fedora Core 4 and WinXP on single hard disk? (4) by danleff
11/13/2005 03:19 AM: How to instal Unbutu into same HD with Win2000 pro (1) by danleff
10/09/2005 11:40 AM: How to install Suse pro 9.3 and Mandriva LE 2005 in the same Hard Drive (1) by danleff
09/10/2005 04:28 PM: how to install samba from source? (1) by danleff
09/18/2005 06:33 PM: how to install linux on a i486 with bios not supporting cdrom boot (13) by cashman31
09/01/2005 03:51 PM: how to install windows xp , red hat and mandrake linux (7) by cashman31
03/20/2005 07:50 AM: I don't know how to instal amarok in simply mepis 3.3 (4) by iamroot
