New experience

Currently, on the internet world are a lot of data. Very important is how and where to store them. Therefore, I decided to study database mongodb. MongoDB (from “humongous”) is a scalable, high-performance, open source NoSQL database. Written in C + +, MongoDB features:

  • Document-Oriented Storage
  • Full Index Support
  • Replication & High Availability
  • Auto-Sharding
  • Querying
  • Fast In-Place Updates
  • Map/Reduce
  • GridFS
  • Commercial Support
My first impression is quite good. The data can be stored as you want. Can be stored as an array, can store files in the DB.
so I installed mongodb on my server and started to explore it. All documentation about this is here http://www.mongodb.org/display/DOCS/Home
I started my new project with mongodb. In a future I think I can write something more about it and I hope I will present their new project for your commenting 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *