Database Reference
In-Depth Information
Column-oriented databases work with more complex data types such as unformatted text and imagery, and
this data can also be defined on the fly.
A graph database is designed for data whose relations are well represented as a set of nodes with an undeter-
mined number of connections between those nodes.
MongoDB is known for high performance, high availability, and low cost, because of these four properties:
document-oriented, extremely extensible, horizontally scalable, and the availability of many drivers.
It is easy to install MongoDB; both the client and server can be installed on the same machine.
A great site for learning MongoDB is https://university.mongodb.com .
Search WWH ::




Custom Search