benchmark: Add TPC-H benchmark and update TPC-C benchmark for v4.0 vs v3.0#3392
Conversation
|
LGTM |
| --- | ||
| title: TiDB TPC-H 性能对比测试报告 - v4.0 对比 v3.0 | ||
| category: benchmark | ||
| draft: true |
There was a problem hiding this comment.
| draft: true | |
| draft: false |
should it be false?
There was a problem hiding this comment.
See tpcc benchmark doc, its "draft" property is true, I just keep that for consistent.
There was a problem hiding this comment.
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.
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
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>
tpcc 的结果需要由 @innerr @Connor1996 更新 |
| --- | ||
| title: TiDB TPC-H 性能对比测试报告 - v4.0 对比 v3.0 | ||
| category: benchmark | ||
| draft: true |
There was a problem hiding this comment.
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.
| ### 硬件配置 | ||
|
|
||
| | 服务类型 | EC2 类型 | 节点数 | | ||
| | 服务类型 | EC2 类型 | 节点数 | |
Co-authored-by: Lilian Lee <lilin@pingcap.com>
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
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. |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
|
cherry pick to release-4.0 in PR #3408 |
* 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>
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)
What is the related PR or file link(s)?