From 55f6df6010620c96f132b0593ba5eebc5b7a01da Mon Sep 17 00:00:00 2001 From: Caitin <34535727+CaitinChen@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:33:17 +0800 Subject: [PATCH] faq: fix the sysbench link (#1963) --- faq/tidb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/tidb.md b/faq/tidb.md index 18123ea896b0b..babb31108f11e 100644 --- a/faq/tidb.md +++ b/faq/tidb.md @@ -735,7 +735,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?