Finishes dbms 4.

This commit is contained in:
Tanmay 2022-07-13 16:27:27 +01:00
parent 4379a5642a
commit 54fedd92cf

View File

@ -423,4 +423,5 @@ ALTER TABLE `students` ADD INDEX `phone` (`phone`)
## Further reading
* [Critique of isolation levels](https://blog.acolyer.org/2016/02/24/a-critique-of-ansi-sql-isolation-levels/)
* [Indexes](https://vertabelo.com/blog/what-is-database-index/)
* [Indexes Data Structure](https://www.vertabelo.com/blog/all-about-indexes-part-2-mysql-index-structure-and-performance/)
* [Indexes Data Structure](https://www.vertabelo.com/blog/all-about-indexes-part-2-mysql-index-structure-and-performance/)
* [Write-ahead logging and MySQL](https://dev.mysql.com/blog-archive/mysql-8-0-new-lock-free-scalable-wal-design/)