Skip to content

Commit

Permalink
benchmark: clarify some expressions in sysbench report (pingcap#3558)
Browse files Browse the repository at this point in the history
* benchmark: clarify some expressions in sysbench report

Signed-off-by: Ran <huangran@pingcap.com>

* Update benchmark/benchmark-tidb-using-sysbench.md

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
ran-huang and TomShawn authored Aug 6, 2020
1 parent 072b827 commit 13f79a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark-tidb-using-sysbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ enabled = true

Higher log level also means better performance for TiKV.

There are 2 Column Families (Default CF and Write CF) on TiKV cluster which are mainly used to store different types of data. For the Sysbench test, the Column Family that is used to import data has a constant proportion among TiDB clusters:
There are multiple Column Families on TiKV cluster which are mainly used to store different types of data, including Default CF, Write CF, and Lock CF. For the Sysbench test, you only need to focus on Default CF and Write CF. The Column Family that is used to import data has a constant proportion among TiDB clusters:

Default CF : Write CF = 4 : 1

Expand Down

0 comments on commit 13f79a3

Please sign in to comment.