Skip to content

Commit f40b769

Browse files
authored
docs: update tpch benchmark sql links (#2933)
1 parent 94c8e3f commit f40b769

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

docs/cn/guides/80-benchmark/10-tpch.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,21 +145,21 @@ Snowflake 和 Databend Cloud 均在相似条件下进行了测试:
145145
1. **Snowflake 数据加载**:
146146

147147
- 登录您的 [Snowflake 账户](https://app.snowflake.com/)
148-
- 创建与 TPC-H 模式对应的表。[SQL 脚本](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/snow/setup.sql#L1-L84)
149-
- 使用 `COPY INTO` 命令从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/snow/setup.sql#L87-L94)
148+
- 创建与 TPC-H 模式对应的表。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql)
149+
- 使用 `COPY INTO` 命令从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql)
150150

151151
2. **Databend Cloud 数据加载**:
152152
- 登录您的 [Databend Cloud 账户](https://app.databend.com)
153-
- 按照 TPC-H 模式创建必要的表。[SQL 脚本](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/bend/setup.sql#L1-L84)
154-
- 使用类似于 Snowflake 的方法从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/bend/setup.sql#L87-L117)
153+
- 按照 TPC-H 模式创建必要的表。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql)
154+
- 使用类似于 Snowflake 的方法从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql)
155155

156156
### TPC-H 查询
157157

158158
1. **Snowflake 查询**:
159159

160160
- 登录您的 [Snowflake 账户](https://app.snowflake.com/)
161-
- 运行 TPC-H 查询。[SQL 脚本](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/snow/queries.sql)
161+
- 运行 TPC-H 查询。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/queries.sql)
162162

163163
2. **Databend Cloud 查询**:
164164
- 登录您的 [Databend Cloud 账户](https://app.databend.com)
165-
- 运行 TPC-H 查询。[SQL 脚本](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/bend/queries.sql)
165+
- 运行 TPC-H 查询。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/queries.sql)

docs/cn/guides/80-benchmark/20-data-ingest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ Snowflake 和 Databend Cloud 都在相似的条件下进行了测试:
115115
1. **Snowflake 数据加载**
116116

117117
- 登录您的 [Snowflake 账户](https://app.snowflake.com/)
118-
- 创建与 TPC-H 模式对应的表。[SQL 脚本](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/snow/setup.sql#L1-L92)
119-
- 使用 `COPY INTO` 命令从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/snow/setup.sql#L95-L102)
118+
- 创建与 TPC-H 模式对应的表。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql)
119+
- 使用 `COPY INTO` 命令从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql)
120120

121121
2. **Databend Cloud 数据加载**
122122
- 登录您的 [Databend Cloud 账户](https://app.databend.com)
123-
- 根据 TPC-H 模式创建必要的表。[SQL 脚本](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/bend/setup.sql#L1-L92)
124-
- 使用与 Snowflake 类似的方法从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/bend/setup.sql#L95-L133)
123+
- 根据 TPC-H 模式创建必要的表。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql)
124+
- 使用与 Snowflake 类似的方法从 AWS S3 加载数据。[SQL 脚本](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql)
125125

126126
</details>
127127

docs/en/guides/80-benchmark/10-tpch.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,21 +145,21 @@ We conducted both Cold and Hot runs for query execution:
145145
1. **Snowflake Data Load**:
146146

147147
- Log into your [Snowflake account](https://app.snowflake.com/).
148-
- Create tables corresponding to the TPC-H schema. [SQL Script](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/snow/setup.sql#L1-L84).
149-
- Use the `COPY INTO` command to load the data from AWS S3. [SQL Script](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/snow/setup.sql#L87-L94).
148+
- Create tables corresponding to the TPC-H schema. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql).
149+
- Use the `COPY INTO` command to load the data from AWS S3. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql).
150150

151151
2. **Databend Cloud Data Load**:
152152
- Sign in to your [Databend Cloud account](https://app.databend.com).
153-
- Create the necessary tables as per the TPC-H schema. [SQL Script](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/bend/setup.sql#L1-L84).
154-
- Utilize a similar method to Snowflake for loading data from AWS S3. [SQL Script](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/bend/setup.sql#L87-L117).
153+
- Create the necessary tables as per the TPC-H schema. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql).
154+
- Utilize a similar method to Snowflake for loading data from AWS S3. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql).
155155

156156
### TPC-H Queries
157157

158158
1. **Snowflake Queries**:
159159

160160
- Log into your [Snowflake account](https://app.snowflake.com/).
161-
- Run the TPC-H queries. [SQL Script](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/snow/queries.sql).
161+
- Run the TPC-H queries. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/queries.sql).
162162

163163
2. **Databend Cloud Queries**:
164164
- Sign in to your [Databend Cloud account](https://app.databend.com).
165-
- Run the TPC-H queries. [SQL Script](https://github.com/databendlabs/wizard/blob/b34cc686d2e43c3e3b0b3311eac5a50e8f68afc9/benchsb/sql/bend/queries.sql).
165+
- Run the TPC-H queries. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/queries.sql).

docs/en/guides/80-benchmark/20-data-ingest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ The data ingestion benchmark can be reproduced using the following steps:
115115
1. **Snowflake Data Load**:
116116

117117
- Log into your [Snowflake account](https://app.snowflake.com/).
118-
- Create tables corresponding to the TPC-H schema. [SQL Script](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/snow/setup.sql#L1-L92).
119-
- Use the `COPY INTO` command to load the data from AWS S3. [SQL Script](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/snow/setup.sql#L95-L102).
118+
- Create tables corresponding to the TPC-H schema. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql).
119+
- Use the `COPY INTO` command to load the data from AWS S3. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/snowflake/setup.sql).
120120

121121
2. **Databend Cloud Data Load**:
122122
- Sign in to your [Databend Cloud account](https://app.databend.com).
123-
- Create the necessary tables as per the TPC-H schema. [SQL Script](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/bend/setup.sql#L1-L92).
124-
- Utilize a similar method to Snowflake for loading data from AWS S3. [SQL Script](https://github.com/databendlabs/wizard/blob/ee9b72a11ac5d977f9a81d17fa34eb47a02ef2ba/benchsb/sql/bend/setup.sql#L95-L133).
123+
- Create the necessary tables as per the TPC-H schema. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql).
124+
- Utilize a similar method to Snowflake for loading data from AWS S3. [SQL Script](https://github.com/databendlabs/benchmarks/blob/main/tpch-100/databend/setup.sql).
125125

126126
</details>
127127

0 commit comments

Comments
 (0)