make tidb more modular
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
Now, Developers create more and more code in the TiDB repo. but we found many problems in this many codes.
1. We found there is too much code in the package. so that it will slow the built time. if you change a small part, it will build all large package. it wastes many resources.
2. make tidb more modular, it can make code more readability and concise
Contributor guide
Assessment
This issue has not been assessed yet.