Monday, July 28, 2014

NoSQL(Not Only SQL)


A NoSQL or Not Only SQL database provides a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases. Motivations for this approach include simplicity of design, horizontal scaling and finer control over availability. The data structure (e.g. key-value, graph, or document) differs from the RDBMS, and therefore some operations are faster in NoSQL and some in RDBMS. There are differences though, and the particular suitability of a given NoSQL DB depends on the problem it must solve (e.g., does the solution use graph algorithms?).Continue Reading...
From Wikipedia, the free encyclopedia


NoSQL(Not Only SQL)
Professional NoSQL By Shashank Tiwari
Getting Started with Nosql By Gaurav Vaish
Making Sense of NoSQL: A Guide for Managers and the Rest of UsNoSQL Distilled: 
A Brief Guide to the Emerging World of Polyglot Persistence By Pramod J. Sadalage, Martin Fowler

 

No comments: