From e6e852ce945ac3da828fddb67ac32e10f903a6e5 Mon Sep 17 00:00:00 2001 From: tonyhu214 <45055121+tonyhu214@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:07:46 +0800 Subject: [PATCH] Update 100.run-the-tpc-ds-benchmark-on-oceanbase-database.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix bug: TPC-DS 是 TPC-H 的升级版 --- .../100.run-the-tpc-ds-benchmark-on-oceanbase-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/700.reference/1100.performance-test/400.tpc-ds-benchmark-testing-on-oceanbase-database/100.run-the-tpc-ds-benchmark-on-oceanbase-database.md b/zh-CN/700.reference/1100.performance-test/400.tpc-ds-benchmark-testing-on-oceanbase-database/100.run-the-tpc-ds-benchmark-on-oceanbase-database.md index 2095aa35427..d7fcc609a96 100644 --- a/zh-CN/700.reference/1100.performance-test/400.tpc-ds-benchmark-testing-on-oceanbase-database/100.run-the-tpc-ds-benchmark-on-oceanbase-database.md +++ b/zh-CN/700.reference/1100.performance-test/400.tpc-ds-benchmark-testing-on-oceanbase-database/100.run-the-tpc-ds-benchmark-on-oceanbase-database.md @@ -13,7 +13,7 @@ TPC-DS(Transaction Processing Performance Council Decision Support Benchmark,事务处理性能委员会决策支持基准)是由国际组织 TPC 制定的数据仓库性能测试标准。其采用雪花模型与星型模型混合设计,包含 7 张事实表和 17 张维度表,覆盖零售、金融等业务场景。测试流程包括:生成可扩展的测试数据(支持 1TB 至 100TB 标度因子),并执行 99 个复杂 SQL 查询(覆盖统计、报表、数据挖掘等场景),最终通过 QphDS(每小时查询数)等指标评估系统在高并发、大数据量下的处理能力。 -作为 TPC-DS 的升级版,TPC-DS 具备更复杂的数据模型(TPC-DS 仅 8 张表)、更丰富的查询类型以及对 OLAP 操作的支持,已成为当前主流的决策支持基准。 +作为 TPC-H 的升级版,TPC-DS 具备更复杂的数据模型(TPC-H 仅 8 张表)、更丰富的查询类型以及对 OLAP 操作的支持,已成为当前主流的决策支持基准。

说明