Scaling Databases
Storage can be broadly classified into the following. We should know how to distinguish between these categories. Database: SQL—Has relational characteristics such as tables and relationships between tables, including primary keys and foreign keys. SQL must have ACID properties. NoSQL—A database that does not have all SQL properties. Column-oriented—Organizes data [...]