From bb38118b443884b131190ba2e5b5dab94fd6b371 Mon Sep 17 00:00:00 2001 From: CaitinChen Date: Fri, 6 Mar 2020 17:26:23 +0800 Subject: [PATCH] faq: fix the sysbench link --- faq/tidb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/tidb.md b/faq/tidb.md index 1274a53b190d4..890ffe811f459 100644 --- a/faq/tidb.md +++ b/faq/tidb.md @@ -730,7 +730,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?