What is Classical relation database?
-
zendnwar
-
November 18, 2015
-
NoSQL
-
0 Comments
Classical relation database follow the ACID Rule A database transaction, must be atomic, consistent, isolated and durable. Below we have discussed these four points. Atomic : A transaction is a logical unit of work which must be either completed with all of its data modifications, or none of them is performed. Consistent : At the end of the transaction, all …
Continue Reading
What is NoSQL?
-
zendnwar
-
June 29, 2014
-
NoSQL
-
98 Comments
NoSQL stand for Not Only SQL. A NoSQL database environment is, simply put, a non-relational and largely distributed database system that enables rapid, ad-hoc organization and analysis of extremely high-volume, disparate data types. NoSQL databases are sometimes referred to as cloud databases, non-relational databases, Big Data databases and a myriad of other terms and were developed in response to the …
Continue Reading