diff --git a/faq/tidb.md b/faq/tidb.md index eb0f8a96b1f51..7a5fd41fc9f48 100644 --- a/faq/tidb.md +++ b/faq/tidb.md @@ -734,7 +734,7 @@ No. TiDB (or data created from the transactional API) relies on a specific key f At the beginning, many users tend to do a benchmark test or a comparison test between TiDB and MySQL. We have also done a similar official test and find the test result is consistent at large, although the test data has some bias. Because the architecture of TiDB differs greatly from MySQL, it is hard to find a benchmark point. The suggestions are as follows: - Do not spend too much time on the benchmark test. Pay more attention to the difference of scenarios using TiDB. -- See [Performance test result for TiDB using Sysbench](https://github.com/pingcap/docs/blob/master/dev/benchmark/sysbench-v4.md). +- See [Performance test result for TiDB using Sysbench](/benchmark/sysbench-v4.md). #### What's the relationship between the TiDB cluster capacity (QPS) and the number of nodes? How does TiDB compare to MySQL?