![]() |
|
MongoDB, an word-play from "huMONGOus" is written in C++ and is scalable, high-performance, open source, document-oriented database.
It bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality).
The downloads section contains links to the source code and the binary packages.
Here are some key features of "MongoDB":
General Features:
· Document-oriented storage - JSON-style documents with dynamic schemas offer simplicity and power.
· Full Index Support - Index on any attribute, like normal.
· Replication & High Availability - Mirror across LANs and WANs for scale and peace of mind.
· Auto-Sharding - Scale horizontally without compromising functionality.
· Querying - Rich, document-based queries.
· Fast In-Place Updates - Atomic modifiers for contention-free performance.
· Map/Reduce - Flexible aggregation and data processing.
· GridFS - Store files of any size without complicating the stack.
Drivers for:
· .NET
· C
· C#
· C++
· Clojure
· ColdFusion
· D
· Delphi
· Erlang
· Factor
· Fantom
· F#
· Go
· Groovy
· Haskell
· Java
· JavaScript
· Lua
· node.js
· Objective C
· PowerShell
· Perl
· PHP
· Python
· Ruby
· REST
· Scala
· Scheme (PLT)
· Smalltalk
What's New in This Release: [ read full changelog ]
· The aggregation framework makes it possible to do aggregation operations without needing to use map-reduce.
· TTL collections remove expired data from a collection, using a special index and a background thread that deletes expired documents every minute.
· Concurrency improvements.

Via: MongoDB 2.3.0 / 2.0.7 / 1.9.2 / 1.8.5
0 Comment:
Post a Comment