Skip to content

Commit

Permalink
translate two PRs for DDL jobs intro and TiUP component description (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Feb 7, 2024
1 parent 63fd582 commit d7f2375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion information-schema/information-schema-ddl-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: Learn the `DDL_JOBS` information_schema table.

# DDL_JOBS

The `DDL_JOBS` table provides an `INFORMATION_SCHEMA` interface to the [`ADMIN SHOW DDL JOBS`](/sql-statements/sql-statement-admin-show-ddl.md) command. It provides both the current status and a short history of DDL operations across the TiDB cluster.
The `DDL_JOBS` table provides an `INFORMATION_SCHEMA` interface to the [`ADMIN SHOW DDL JOBS`](/sql-statements/sql-statement-admin-show-ddl.md) command. It provides information about DDL operations in the TiDB cluster, such as the current status, DDL statements, start time, end time, database names, and table names.

{{< copyable "sql" >}}

Expand Down
5 changes: 3 additions & 2 deletions tiup/tiup-component-cluster-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ If this option is not specified, the output default template contains the follow

- 3 PD instances
- 3 TiKV instances
- 1 TiDB instance
- 3 TiDB instances
- 2 TiFlash instances
- 1 Prometheus instance
- 1 Grafana instance
- 1 Alertmanager instance
Expand All @@ -32,7 +33,7 @@ If this option is not specified, the output default template contains the follow
### --local

- Outputs a simple topology template for the local cluster, which can be used directly, and the `global` parameter can be adjusted as needed.
- This template creates a PD service, a TiDB service, a TiKV service, a monitoring service, and a Grafana service.
- This template creates a PD service, a TiDB service, a TiKV service, a Prometheus service, and a Grafana service.

### --multi-dc

Expand Down

0 comments on commit d7f2375

Please sign in to comment.