|
NoSQL Help Pages |
|||||
|---|---|---|---|---|---|
| NoSQL Databases | NoSQL databases | ||||
| MongoDB | Installing MongoDB | MongoDB programming | ASP.NET & MongoDB | MongoDB | Manual |
| Java API | Java Tutorial | Shell | Java examples | Java Center | |
| Oracle NoSQL Database | Using Oralce NoSQL Database | Oracle NoSQL Database | Getting started | Java doc | Oracle NoSQL doc |
|
Much of current data processing requires horizontal scaling, faster speed, and processing different kinds of data.
A NoSQL database is to meet the requirements by providing a simple and efficient mechanism for data storage and retrieval.
The approach it uses is different from the one used by a relational database.
An RDBMS (relational database management system) is a general-purpose data store, whereas a NoSQL database is normally a key–value store for simple insertion and retrieval operations.
|