Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Latest commit

 

History

History
59 lines (46 loc) · 1.45 KB

Development.md

File metadata and controls

59 lines (46 loc) · 1.45 KB

Development

开发设计

Plan and Design

规划

  • 容量规划
    • 业务增速?极限在哪?
  • 分库分表
    • “合久必分,分久必合”

Model

建模

SQL开发

Transactions and Locking

事务和锁

Programming Inside MySQL

Reference