A database is a collection of data, arranged in such a way that you can access and manage it easily. The database is vast topic concepts like index, ACID, CAP theorem, types of databases, normalization, Sharding, Consistency, MapReduce, Eventual Consistency is some of the interesting topics in this field. This blog will be a series where I will try to cover all the aspects of the Database. This blog will act as a table of concepts for the child articles under the database section.
Contents
- Types of Database
- ACID properties in Relational Database
- How data is stored in Relational Database
- Indexes in RDBMS