{"id":28756699,"url":"https://github.com/wx-chevalier/mysql-notes","last_synced_at":"2025-10-06T04:48:08.215Z","repository":{"id":105127291,"uuid":"323812122","full_name":"wx-chevalier/MySQL-Notes","owner":"wx-chevalier","description":"📚深入浅出 MySQL 实战","archived":false,"fork":false,"pushed_at":"2025-06-10T09:43:37.000Z","size":3291,"stargazers_count":84,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-30T16:51:01.000Z","etag":null,"topics":["mysql","mysql-performance","sql"],"latest_commit_sha":null,"homepage":"https://ng-tech.icu/books/MySQL-Series","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wx-chevalier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-23T05:34:57.000Z","updated_at":"2025-06-10T09:43:39.000Z","dependencies_parsed_at":"2023-12-17T14:28:20.674Z","dependency_job_id":"b2ccc8dd-c61f-41d8-a06d-e57d01f4b962","html_url":"https://github.com/wx-chevalier/MySQL-Notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wx-chevalier/MySQL-Notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FMySQL-Notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FMySQL-Notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FMySQL-Notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FMySQL-Notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wx-chevalier","download_url":"https://codeload.github.com/wx-chevalier/MySQL-Notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wx-chevalier%2FMySQL-Notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278561275,"owners_count":26006954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mysql","mysql-performance","sql"],"created_at":"2025-06-17T03:08:39.264Z","updated_at":"2025-10-06T04:48:08.200Z","avatar_url":"https://github.com/wx-chevalier.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![license: CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-lightgrey.svg)][license-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/wx-chevalier/repo\"\u003e\n    \u003cimg src=\"https://assets.ng-tech.icu/item/header.svg\" alt=\"Logo\" style=\"width: 100vw;height: 400px\" /\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://ng-tech.icu/books/repo\"\u003e\u003cstrong\u003e在线阅读 \u003e\u003e \u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/wx-chevalier\"\u003e代码案例\u003c/a\u003e\n    ·\n       \u003ca href=\"https://github.com/wx-chevalier/Awesome-Lists\"\u003e参考资料\u003c/a\u003e\n\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n# Introduction | 前言\n\n针对不同的业务场景选择合适的 SQL/NoSQL/NewSQL 数据库，微服务，云原生的场景下，合理的数据建模，选择合理的字段，索引，外键等，这也是本章讨论的重点。\n\n## NGTE Nav | 关联导航\n\n- 数据库理论及 NoSQL 数据库、数据仓库、大数据处理等内容参考《[Database-Notes](https://github.com/wx-chevalier/Database-Notes?q=)》。\n\n- 操作系统及底层存储理论相关内容参考《[Linux-Notes](https://github.com/wx-chevalier/Linux-Notes?q=)》。\n\n- 分布式系统相关内容参考《[DistributedSystem-Notes](https://github.com/wx-chevalier/DistributedSystem-Notes?q=)》。\n\n## 测试库\n\n在本系列文章中我们使用官方的 [test_db](https://github.com/datacharmer/test_db) 以及标准的电商库 [MEMI-Schema](https://github.com/wx-chevalier/MEMI-Schema)\n作为我们的测试数据库。\n\n![test_db schema](https://assets.ng-tech.icu/item/20230418153532.png)\n\n# Links\n\n- https://mp.weixin.qq.com/s/SlPldYm4_mX93qThGId1ug\n- https://www.itcodemonkey.com/article/15247.html\n- https://zhuanlan.zhihu.com/p/71232689\n\n# About | 关于\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## Acknowledgements\n\n- [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-编程/算法/软件架构/人工智能等领域的文章/书籍/资料/项目链接精选。\n\n- [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: 优秀计算机科学与技术领域相关的书籍归档。\n\n## Copyright \u0026 More | 延伸阅读\n\n笔者所有文章遵循[知识共享 署名 - 非商业性使用 - 禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)，欢迎转载，尊重版权。您还可以前往 [NGTE Books](https://ng-tech.icu/books-gallery/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表：\n\n[![NGTE Books](https://s2.ax1x.com/2020/01/18/19uXtI.png)](https://ng-tech.icu/books-gallery/)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/wx-chevalier/repo.svg?style=flat-square\n[contributors-url]: https://github.com/wx-chevalier/repo/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/wx-chevalier/repo.svg?style=flat-square\n[forks-url]: https://github.com/wx-chevalier/repo/network/members\n[stars-shield]: https://img.shields.io/github/stars/wx-chevalier/repo.svg?style=flat-square\n[stars-url]: https://github.com/wx-chevalier/repo/stargazers\n[issues-shield]: https://img.shields.io/github/issues/wx-chevalier/repo.svg?style=flat-square\n[issues-url]: https://github.com/wx-chevalier/repo/issues\n[license-shield]: https://img.shields.io/github/license/wx-chevalier/repo.svg?style=flat-square\n[license-url]: https://github.com/wx-chevalier/repo/blob/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwx-chevalier%2Fmysql-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwx-chevalier%2Fmysql-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwx-chevalier%2Fmysql-notes/lists"}