NoSQL

TwitterFacebook
Get flash to fully experience Pearltrees
NoSQL

NoSQL + MySQL

This post is part of our ReadWriteCloud channel, which is dedicated to covering virtualization and cloud computing. The channel is sponsored by Intel and VMware . Read the case study about how Intel Xeon processors and VMware helped virtualize 12 business critical database applications . http://www.readwriteweb.com/cloud/2010/12/add-nosql-capabilities-to-mysq.php

Pourquoi choisir MongoDB ? | Dev blog af83

MongoDB est un système de stockage de données NoSQL. En effet, ce n'est pas la peine de faire du SQL pour requêter votre base de donnée MongoDB. On parle alors de base SchemaLess, car il n'est pas nécessaire de faire un script SQL plus ou moins complexe pour créer et définir la structure des données qu'on peut mettre dans notre base. C'est simple, on met juste un énorme Hash. Le fait de n'avoir des données que sous forme de Hash revient à avoir une base de données dite orienté Documents. MongoDB est donc une base de donnée SchemaLess orientée Documents. http://dev.af83.com/2010/01/28/pourquoi-choisir-mongodb.html
10gen publishes apt-gettable packages. Our packages are generally fresher than those in the Debian or Ubuntu repositories. We publish stable releases in our repository, under the name mongodb-10gen , corresponding to the latest stable release.

Ubuntu and Debian packages - MongoDB

http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages

The MongoDB NoSQL Database Blog - 32-bit limitations

http://blog.mongodb.org/post/137788967/32-bit-limitations 2 years ago 32-bit MongoDB processes are limited to about 2 gb of data. This has come as a surprise to a lot of people who are used to not having to worry about that. The reason for this is that the MongoDB storage engine uses memory-mapped files for performance.