You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is corresponding to the effort towards Talent Plan v3.0.
According to user feedback and my investigation, I found that TinySQL has serious issues. They make it a departure from the learning-friendly mini distributed relational database:
Not mini. The TinySQL has more than 100,000 lines of code. It is almost a copy of TiDB, and then part of the code is deleted. It contains a lot of irrelevant code and design.
Documents unfriendly. It almost only briefly explained the relevant knowledge topics and did not explain the project structure.
Poor course design. The topics explained in each lab are very large, but the content that needs to be implemented is only a small part.
Poor comments. They can't help understand the code.
In order to solve the above problems, I will redesign and implement TinySQL. The main improvements in the plan are as follows:
Redesign the course.
Divide TinySQL into five stages. Each stage has a clear target and iconic function, and the subsequent stages are based on the previous stage, which is the progression of the previous stage.
At one stage, we hope that TinySQL is simple enough. As more stages are completed, we will add necessary functions to TinySQL to make it truly a distributed relational database.
I put the specific stage division at the end of this issue.
Adopt incremental framework mode.
Initially, the course framework has no content, and every stage/substage will introduce the framework code that must be required for that stage/substage. Its purpose is to ensure the conciseness of the framework code and clearly show the content introduced at each stage/substage.
It is corresponding to the effort towards Talent Plan v3.0.
According to user feedback and my investigation, I found that TinySQL has serious issues. They make it a departure from the learning-friendly mini distributed relational database:
In order to solve the above problems, I will redesign and implement TinySQL. The main improvements in the plan are as follows:
The following is stage design:
Issues
The text was updated successfully, but these errors were encountered: