Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 581 Bytes

Database Reference Guide

This guide contains a reference for all old/modern databases it covers the following items:

  • Plugable Storage Engines.
  • How does the DB handle different operations?
  • How does the database handle partitioning, sharding, replication?
  • What type of replication does the DB support?
  • How does the database handle sharding?

TODO

1- which database belong to which CAP. 2- isolations (Anomilies) + (serialization)& transactions: MySQL, Mongodb, Cassandra(optional) 3- defaults engines. 4- Case Studies. 5- Pluggable storage engine. 6- Pages.