└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # CS-Awesome-Book 2 | 3 | ## Database 4 | 5 | [MySQL技术内幕:InnoDB存储引擎(第2版)](https://book.douban.com/subject/24708143/) 6 | 7 | [PostgreSQL指南:内幕探索](https://book.douban.com/subject/33477094/) 8 | 9 | [数据密集型应用系统设计](https://book.douban.com/subject/30329536/) 10 | 11 | [Fault-Tolerant Message-Passing Distributed Systems: An Algorithmic Approach](https://www.amazon.com/gp/product/3319941402/ref=ppx_yo_dt_b_asin_title_o04_s00?ie=UTF8&psc=1) 12 | 13 | [数据库系统内幕](https://book.douban.com/subject/35078474/) 14 | 15 | [Readings in Database Systems](http://www.redbook.io/index.html) 16 | 17 | [Oracle编程艺术:深入理解数据库体系结构(第3版)](https://book.douban.com/subject/26775661/) 18 | 19 | > 想自己实现一个simple db的话,安利这本书,看看sqlite会怎么做 20 | 21 | [sqlite database system design and implementation]() 22 | 23 | [数据库索引设计与优化](https://book.douban.com/subject/26419771/) 24 | 25 | [高性能MySQL(第3版)](https://book.douban.com/subject/23008813/) 26 | --------------------------------------------------------------------------------