tidb-dev-guide
tidb-dev-guide copied to clipboard
A comprehensive development guide to help you be more and more familiar with the TiDB community and become an expert finally.
### What issue does this PR solve? - close #59 ### What is changed: Add the Rule-based Optimization section.
* [x] #56 * [x] #55 * [x] #86 * [x] #87 * [x] #88 * [x] #89 * [x] #58 * [x] #59 * [x] #80 * [x] #90...
### What issue does this PR solve? - close #114 ### What is changed: Added dev guide article for optimistic transaction
### What issue does this PR solve? - close https://github.com/pingcap/tidb-dev-guide/issues/80 ### What is changed: Add an introduction to cost-based optimization.
Signed-off-by: you06 ### What issue does this PR solve? - close #86 ### What is changed: Write down the first version of DML chapter.
https://github.com/pingcap/tidb-dev-guide/blob/master/src/understand-tidb/pessimistic-transaction.md cc @youjiali1995 @tisonkun
Linking to https://github.com/pingcap/failpoint could be a good start
### What issue does this PR solve? - close #116 ### What is changed: Create dev guide for lock resolver. However, though I finished this (and IMO this one is...
This repo doesn't have a license now. We need to choose a license for it.
Currently the dev guide uses mdbook. But from my reading experience there are two problems: 1. the theme makes me feel bored and tired quickly, lacking color contrast; 2. no...