Category: MongoDB

MongoDB vs RDBMS like mysql

Nowadays there is a new kind of databases that is getting very popular, specially for Web development, including the PHP world, which are the NoSQL databases. MongoDB is not only a key/value store, it’s...

MongoDB vs SolR

http://stackoverflow.com/questions/3215029/nosql-mongodb-vs-lucene-or-solr-as-your-databaseThis is a great question, something I have pondered over quite a bit. I will summarize my lessons learned: You can easily use Lucene/Solr in lieu of MongoDB for pretty much all situations, but...