Jump to content

NoSQL

From Simple English Wikipedia, the free encyclopedia
Revision as of 21:58, 8 November 2015 by Eptalon (talk | changes) (Created page with "A very common programming language for accesing a database is called SQL. Many of these databases use the mathematical concept of relations to store the data....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A very common programming language for accesing a database is called SQL. Many of these databases use the mathematical concept of relations to store the data. NoSQL is a term for databases that do not use relations, to store the data. Relatioal databases have the benefit of being able to guarantee that all the data stored in the database is consitent. The drawback of this is that the cost of indexing the data grows with the amount of data.

NoSQL approaches do not give strong guarantees about consitency, but they are able to better handle the situations where relational database systems have problems coping.