February 2018
Beginner
290 pages
7h 28m
English
While most of you might be familiar with standard RDBMSes (Relational Database Management Systems) such as MySQL, MS-SQL, Oracle, and the like, you might not be aware of No-SQL databases and Graph databases. Let's talk about a new age database we like to call a "Global Database".
Google spearheaded a new type of database that combined the aspects of both traditional RDBMSes and No-SQL databases. The database is called Google Spanner. Please see the following for the feature differences between the three:
| Feature | Google Spanner | Traditional RDBMS | Traditional No-SQL |
| Schema supported | Yes | Yes | No |
| Consistency (all the nodes in the distributed architecture have the same data) | Strong consistency | Strong consistency | Eventual ... |
Read now
Unlock full access