Skip to content

benchmark: Add TPC-H benchmark and update TPC-C benchmark for v4.0 vs v3.0#3392

Merged
JaySon-Huang merged 19 commits into
pingcap:masterfrom
JaySon-Huang:tpch_aws
May 29, 2020
Merged

benchmark: Add TPC-H benchmark and update TPC-C benchmark for v4.0 vs v3.0#3392
JaySon-Huang merged 19 commits into
pingcap:masterfrom
JaySon-Huang:tpch_aws

Conversation

@JaySon-Huang
Copy link
Copy Markdown
Contributor

Signed-off-by: JaySon-Huang tshent@qq.com

What is changed, added or deleted? (Required)

Add TPC-H benchmark for v4.0 vs v3.0

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

@sre-bot sre-bot added special-week PR from Document Special Week. status/PTAL This PR is ready for reviewing. translation/welcome Waits for a contributor to translate this PR and create a PR to the pingcap/docs-cn repository. labels May 28, 2020
@sre-bot sre-bot requested review from kissmydb and lilin90 May 28, 2020 07:56
@shuke987
Copy link
Copy Markdown
Contributor

LGTM

---
title: TiDB TPC-H 性能对比测试报告 - v4.0 对比 v3.0
category: benchmark
draft: true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
draft: true
draft: false

should it be false?

Copy link
Copy Markdown
Contributor Author

@JaySon-Huang JaySon-Huang May 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See tpcc benchmark doc, its "draft" property is true, I just keep that for consistent.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shuke987 @lilin90 please help us to confirm whether it should be false.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the testing results in this doc are ready to publish, then we can remove this draft line. Just keep it when the content is not ready.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
@JaySon-Huang JaySon-Huang changed the base branch from docs-special-week to master May 28, 2020 08:14
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
JaySon-Huang and others added 3 commits May 28, 2020 16:59
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
Copy link
Copy Markdown
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@TomShawn TomShawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JaySon-Huang tpcc 没有测试结果,请添加

@JaySon-Huang
Copy link
Copy Markdown
Contributor Author

@JaySon-Huang tpcc 没有测试结果,请添加

tpcc 的结果需要由 @innerr @Connor1996 更新

Comment thread TOC.md Outdated
---
title: TiDB TPC-H 性能对比测试报告 - v4.0 对比 v3.0
category: benchmark
draft: true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the testing results in this doc are ready to publish, then we can remove this draft line. Just keep it when the content is not ready.

Comment thread benchmark/v4.0-performance-benchmarking-with-tpch.md Outdated
### 硬件配置

| 服务类型 | EC2 类型 | 节点数 |
| 服务类型 | EC2 类型 | 节点数 |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

叫“节点数”而不是“实例数”?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JaySon-Huang and others added 2 commits May 28, 2020 20:26
Co-authored-by: Lilian Lee <lilin@pingcap.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
@JaySon-Huang
Copy link
Copy Markdown
Contributor Author

Should we wait for TPC-C / Sysbench benchmark result ready before merging this PR? @shuke987 @zz-jason

1 similar comment
@JaySon-Huang

This comment has been minimized.

Copy link
Copy Markdown
Contributor

@TomShawn TomShawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TomShawn TomShawn added special-week PR from Document Special Week. and removed special-week PR from Document Special Week. labels May 29, 2020
Comment thread benchmark/v4.0-performance-benchmarking-with-tpcc.md
@JaySon-Huang JaySon-Huang removed the special-week PR from Document Special Week. label May 29, 2020
@JaySon-Huang
Copy link
Copy Markdown
Contributor Author

Merge this PR with confirmed TPC-H benchmark result. But not showing it in TOC.md by now.

Maybe show it with confirmed TPC-C, Sysbench result later.

@JaySon-Huang JaySon-Huang merged commit 635e8dd into pingcap:master May 29, 2020
sre-bot pushed a commit to sre-bot/docs-cn that referenced this pull request May 29, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com>
@sre-bot
Copy link
Copy Markdown
Contributor

sre-bot commented May 29, 2020

cherry pick to release-4.0 in PR #3408

@JaySon-Huang JaySon-Huang deleted the tpch_aws branch May 29, 2020 04:57
@TomShawn TomShawn mentioned this pull request May 29, 2020
5 tasks
yikeke pushed a commit that referenced this pull request May 29, 2020
* cherry pick #3392 to release-4.0

Signed-off-by: sre-bot <sre-bot@pingcap.com>

* Delete TOC.md

* Revert "Delete TOC.md"

This reverts commit 0b423bd.

* remove TPC-H test from TOC

* Update TOC.md

* Update benchmark/v4.0-performance-benchmarking-with-tpch.md

Co-authored-by: JaySon <tshent@qq.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
@TomShawn TomShawn self-requested a review May 31, 2020 04:14
@yikeke yikeke added translation/doing This PR’s assignee is translating this PR. and removed translation/welcome Waits for a contributor to translate this PR and create a PR to the pingcap/docs-cn repository. labels Jun 1, 2020
@yikeke yikeke changed the title benchmark: Add TPC-H benchmark for v4.0 vs v3.0 benchmark: Add TPC-H benchmark and update TPC-C benchmark for v4.0 vs v3.0 Jun 1, 2020
@TomShawn TomShawn added translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. and removed translation/doing This PR’s assignee is translating this PR. labels Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status/PTAL This PR is ready for reviewing. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants