There are two mainly two types in the world of databases: SQL and NoSQL (or relational databases and non-relational databases). Both are different in terms of how they are built, what kind of and how they store the information and kind of storage method they use.
Read MoreTag: cap
CAP theorem
Distributed system is a system whose components are located in different computer systems and all these nodes are able to communicate by passing messages to each other.In computer science, the CAP theorem, also named Brewer’s theorem after computer scientist Eric Brewer. This theorem state that it is impossible for any distributed system to achieve more than two out of three properties at the same time.
Read More