# MySQL-Series
**Repository Path**: wx_chevalier/MySQL-Series
## Basic Information
- **Project Name**: MySQL-Series
- **Description**: 📚深入浅出 MySQL 实战
- **Primary Language**: Go
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-27
- **Last Updated**: 2021-01-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[][license-url]
在线阅读 >>
速览手册
·
代码实践
·
参考资料
# Introduction | 前言
针对不同的业务场景选择合适的 SQL/NoSQL/NewSQL 数据库,微服务,云原生的场景下,合理的数据建模,选择合理的字段,索引,外键等,这也是本章讨论的重点。
# Nav | 导读
- 数据库理论及 NoSQL 数据库、数据仓库、大数据处理等内容参考《[Database-Series](https://github.com/wx-chevalier/Database-Series?q=)》。
- 操作系统及底层存储理论相关内容参考《[Linux-Series](https://github.com/wx-chevalier/Linux-Series?q=)》。
- 分布式系统相关内容参考《[DistributedSystem-Series](https://github.com/wx-chevalier/DistributedSystem-Series?q=)》。
## 测试库
在本系列文章中我们使用官方的 [test_db](https://github.com/datacharmer/test_db) 以及标准的电商库 [MEMI-Schema](https://github.com/wx-chevalier/MEMI-Schema)
作为我们的测试数据库。

# TBD
- https://mp.weixin.qq.com/s/SlPldYm4_mX93qThGId1ug
- https://www.itcodemonkey.com/article/15247.html
- https://zhuanlan.zhihu.com/p/71232689
# About | 关于
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Acknowledgements
- [Awesome-Lists](https://github.com/wx-chevalier/Awesome-Lists): 📚 Guide to Galaxy, curated, worthy and up-to-date links/reading list for ITCS-Coding/Algorithm/SoftwareArchitecture/AI. 💫 ITCS-编程/算法/软件架构/人工智能等领域的文章/书籍/资料/项目链接精选。
- [Awesome-CS-Books](https://github.com/wx-chevalier/Awesome-CS-Books): :books: Awesome CS Books/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀计算机科学与技术领域相关的书籍归档。
## Copyright & More | 延伸阅读
笔者所有文章遵循[知识共享 署名 - 非商业性使用 - 禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh),欢迎转载,尊重版权。您还可以前往 [NGTE Books](https://ng-tech.icu/books/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表:
[](https://ng-tech.icu/books/)
[contributors-shield]: https://img.shields.io/github/contributors/wx-chevalier/repo.svg?style=flat-square
[contributors-url]: https://github.com/wx-chevalier/repo/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/wx-chevalier/repo.svg?style=flat-square
[forks-url]: https://github.com/wx-chevalier/repo/network/members
[stars-shield]: https://img.shields.io/github/stars/wx-chevalier/repo.svg?style=flat-square
[stars-url]: https://github.com/wx-chevalier/repo/stargazers
[issues-shield]: https://img.shields.io/github/issues/wx-chevalier/repo.svg?style=flat-square
[issues-url]: https://github.com/wx-chevalier/repo/issues
[license-shield]: https://img.shields.io/github/license/wx-chevalier/repo.svg?style=flat-square
[license-url]: https://github.com/wx-chevalier/repo/blob/master/LICENSE.txt