Sos mysql phase2 (#110)

* SoS MySQL phase 2

* SoS MySQL phase 2
This commit is contained in:
Apoorv Purohit
2021-08-03 17:18:05 +05:30
committed by GitHub
parent 1ee9aeb861
commit 2eddc9ba0a
15 changed files with 1127 additions and 2 deletions

View File

@@ -24,6 +24,10 @@ The main purpose of database systems is to manage data. This includes storage, a
- [Key Concepts](https://linkedin.github.io/school-of-sre/databases_sql/concepts/)
- [MySQL Architecture](https://linkedin.github.io/school-of-sre/databases_sql/mysql/#mysql-architecture)
- [InnoDB](https://linkedin.github.io/school-of-sre/databases_sql/innodb/)
- [Operational Concepts](https://linkedin.github.io/school-of-sre/databases_sql/operations/)
- [Backup and Recovery](https://linkedin.github.io/school-of-sre/databases_sql/backup_recovery/)
- [MySQL Replication](https://linkedin.github.io/school-of-sre/databases_sql/replication/)
- Operational Concepts
- [SELECT Query](https://linkedin.github.io/school-of-sre/databases_sql/select_query/)
- [Query Performance](https://linkedin.github.io/school-of-sre/databases_sql/query_performance/)
- [Lab](https://linkedin.github.io/school-of-sre/databases_sql/lab/)
- [Further Reading](https://linkedin.github.io/school-of-sre/databases_sql/conclusion/#further-reading)