Skip to content

Commit

Permalink
*: init release-7.4 configs (#14991)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Oct 11, 2023
1 parent 16fa38b commit bf021d7
Show file tree
Hide file tree
Showing 516 changed files with 3 additions and 794 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- ".github/**"
branches:
- master
- release-7.4
- release-7.3
- release-7.2
- release-7.1
- release-7.0
Expand Down
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [MySQL Compatibility](/mysql-compatibility.md)
- [TiDB Limitations](/tidb-limitations.md)
- [Credits](/credits.md)
- [Roadmap](/tidb-roadmap.md)
- [Roadmap](https://docs.pingcap.com/tidb/dev/tidb-roadmap)
- Quick Start
- [Try Out TiDB](/quick-start-with-tidb.md)
- [Try Out HTAP](/quick-start-with-htap.md)
Expand Down
1 change: 0 additions & 1 deletion _index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: TiDB Introduction
aliases: ["/docs/dev/", "/docs/dev/adopters/", "/tidb/dev/adopters"]
hide_sidebar: true
hide_commit: true
---
Expand Down
1 change: 0 additions & 1 deletion alert-rules.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Cluster Alert Rules
summary: Learn the alert rules in a TiDB cluster.
aliases: ['/docs/dev/alert-rules/','/docs/dev/reference/alert-rules/']
---

<!-- markdownlint-disable MD024 -->
Expand Down
1 change: 0 additions & 1 deletion auto-increment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: AUTO_INCREMENT
summary: Learn the `AUTO_INCREMENT` column attribute of TiDB.
aliases: ['/docs/dev/auto-increment/']
---

# AUTO_INCREMENT
Expand Down
1 change: 0 additions & 1 deletion auto-random.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: AUTO_RANDOM
summary: Learn the AUTO_RANDOM attribute.
aliases: ['/docs/dev/auto-random/','/docs/dev/reference/sql/attributes/auto-random/']
---

# AUTO_RANDOM <span class="version-mark">New in v3.1.0</span>
Expand Down
1 change: 0 additions & 1 deletion basic-features.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Features
summary: Learn about the feature overview of TiDB.
aliases: ['/docs/dev/basic-features/','/tidb/dev/experimental-features-4.0/']
---

# TiDB Features
Expand Down
1 change: 0 additions & 1 deletion basic-sql-operations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Explore SQL with TiDB
summary: Learn about the basic SQL statements for the TiDB database.
aliases: ['/docs/dev/basic-sql-operations/','/docs/dev/how-to/get-started/explore-sql/']
---

# Explore SQL with TiDB
Expand Down
1 change: 0 additions & 1 deletion benchmark/benchmark-sysbench-v2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: TiDB Sysbench Performance Test Report -- v2.0.0 vs. v1.0.0
aliases: ['/docs/dev/benchmark/benchmark-sysbench-v2/','/docs/dev/benchmark/sysbench-v2/']
---

# TiDB Sysbench Performance Test Report -- v2.0.0 vs. v1.0.0
Expand Down
1 change: 0 additions & 1 deletion benchmark/benchmark-sysbench-v3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: TiDB Sysbench Performance Test Report -- v2.1 vs. v2.0
aliases: ['/docs/dev/benchmark/benchmark-sysbench-v3/','/docs/dev/benchmark/sysbench-v3/']
---

# TiDB Sysbench Performance Test Report -- v2.1 vs. v2.0
Expand Down
1 change: 0 additions & 1 deletion benchmark/benchmark-sysbench-v4-vs-v3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Sysbench Performance Test Report -- v4.0 vs. v3.0
summary: Compare the Sysbench performance of TiDB 4.0 and TiDB 3.0.
aliases: ['/docs/dev/benchmark/benchmark-sysbench-v4-vs-v3/']
---

# TiDB Sysbench Performance Test Report -- v4.0 vs. v3.0
Expand Down
1 change: 0 additions & 1 deletion benchmark/benchmark-tidb-using-sysbench.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: How to Test TiDB Using Sysbench
aliases: ['/docs/dev/benchmark/benchmark-tidb-using-sysbench/','/docs/dev/benchmark/how-to-run-sysbench/']
---

# How to Test TiDB Using Sysbench
Expand Down
1 change: 0 additions & 1 deletion benchmark/benchmark-tidb-using-tpcc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: How to Run TPC-C Test on TiDB
aliases: ['/docs/dev/benchmark/benchmark-tidb-using-tpcc/','/docs/dev/benchmark/how-to-run-tpcc/']
---

# How to Run TPC-C Test on TiDB
Expand Down
1 change: 0 additions & 1 deletion benchmark/benchmark-tpch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: TiDB TPC-H 50G Performance Test Report V2.0
aliases: ['/docs/dev/benchmark/benchmark-tpch/','/docs/dev/benchmark/tpch/']
---

# TiDB TPC-H 50G Performance Test Report
Expand Down
1 change: 0 additions & 1 deletion benchmark/online-workloads-and-add-index-operations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Interaction Test on Online Workloads and `ADD INDEX` Operations
summary: This document tests the interaction effects between online workloads and `ADD INDEX` operations.
aliases: ['/docs/dev/benchmark/online-workloads-and-add-index-operations/','/docs/dev/benchmark/add-index-with-load/']
---

# Interaction Test on Online Workloads and `ADD INDEX` Operations
Expand Down
1 change: 0 additions & 1 deletion benchmark/v3.0-performance-benchmarking-with-sysbench.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: TiDB Sysbench Performance Test Report -- v3.0 vs. v2.1
aliases: ['/docs/dev/benchmark/v3.0-performance-benchmarking-with-sysbench/','/docs/dev/benchmark/sysbench-v4/']
---

# TiDB Sysbench Performance Test Report -- v3.0 vs. v2.1
Expand Down
1 change: 0 additions & 1 deletion benchmark/v3.0-performance-benchmarking-with-tpcc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: TiDB TPC-C Performance Test Report -- v3.0 vs. v2.1
aliases: ['/docs/dev/benchmark/v3.0-performance-benchmarking-with-tpcc/','/docs/dev/benchmark/tpcc/']
---

# TiDB TPC-C Performance Test Report -- v3.0 vs. v2.1
Expand Down
1 change: 0 additions & 1 deletion benchmark/v4.0-performance-benchmarking-with-tpcc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB TPC-C Performance Test Report -- v4.0 vs. v3.0
summary: Compare the TPC-C performance of TiDB 4.0 and TiDB 3.0 using BenchmarkSQL.
aliases: ['/docs/dev/benchmark/v4.0-performance-benchmarking-with-tpcc/']
---

# TiDB TPC-C Performance Test Report -- v4.0 vs. v3.0
Expand Down
1 change: 0 additions & 1 deletion benchmark/v4.0-performance-benchmarking-with-tpch.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB TPC-H Performance Test Report -- v4.0 vs. v3.0
summary: Compare the TPC-H performance of TiDB 4.0 and TiDB 3.0.
aliases: ['/docs/dev/benchmark/v4.0-performance-benchmarking-with-tpch/']
---

# TiDB TPC-H Performance Test Report -- v4.0 vs. v3.0
Expand Down
1 change: 0 additions & 1 deletion best-practices/grafana-monitor-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Best Practices for Monitoring TiDB Using Grafana
summary: Learn seven tips for efficiently using Grafana to monitor TiDB.
aliases: ['/docs/dev/best-practices/grafana-monitor-best-practices/','/docs/dev/reference/best-practices/grafana-monitor/']
---

# Best Practices for Monitoring TiDB Using Grafana
Expand Down
1 change: 0 additions & 1 deletion best-practices/haproxy-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Best Practices for Using HAProxy in TiDB
summary: This document describes best practices for configuration and usage of HAProxy in TiDB.
aliases: ['/docs/dev/best-practices/haproxy-best-practices/','/docs/dev/reference/best-practices/haproxy/']
---

# Best Practices for Using HAProxy in TiDB
Expand Down
1 change: 0 additions & 1 deletion best-practices/high-concurrency-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Highly Concurrent Write Best Practices
summary: Learn best practices for highly-concurrent write-intensive workloads in TiDB.
aliases: ['/docs/dev/best-practices/high-concurrency-best-practices/','/docs/dev/reference/best-practices/high-concurrency/']
---

# Highly Concurrent Write Best Practices
Expand Down
1 change: 0 additions & 1 deletion best-practices/java-app-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Best Practices for Developing Java Applications with TiDB
summary: Learn the best practices for developing Java applications with TiDB.
aliases: ['/docs/dev/best-practices/java-app-best-practices/','/docs/dev/reference/best-practices/java-app/']
---

# Best Practices for Developing Java Applications with TiDB
Expand Down
1 change: 0 additions & 1 deletion best-practices/massive-regions-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Best Practices for TiKV Performance Tuning with Massive Regions
summary: Learn how to tune the performance of TiKV with a massive amount of Regions.
aliases: ['/docs/dev/best-practices/massive-regions-best-practices/','/docs/dev/reference/best-practices/massive-regions/']
---

# Best Practices for TiKV Performance Tuning with Massive Regions
Expand Down
1 change: 0 additions & 1 deletion best-practices/pd-scheduling-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: PD Scheduling Best Practices
summary: Learn best practice and strategy for PD scheduling.
aliases: ['/docs/dev/best-practices/pd-scheduling-best-practices/','/docs/dev/reference/best-practices/pd-scheduling/']
---

# PD Scheduling Best Practices
Expand Down
1 change: 0 additions & 1 deletion best-practices/tidb-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Best Practices
summary: Learn the best practices of using TiDB.
aliases: ['/docs/dev/tidb-best-practices/']
---

# TiDB Best Practices
Expand Down
1 change: 0 additions & 1 deletion br/backup-and-restore-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Backup & Restore Overview
summary: Learn about the definition and features of TiDB Backup & Restore.
aliases: ['/docs/dev/br/backup-and-restore-tool/','/docs/dev/reference/tools/br/br/','/docs/dev/how-to/maintain/backup-and-restore/br/','/tidb/dev/backup-and-restore-tool/','/tidb/dev/point-in-time-recovery/']
---

# TiDB Backup & Restore Overview
Expand Down
1 change: 0 additions & 1 deletion br/backup-and-restore-storages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Backup Storages
summary: Describes the storage URI format used in TiDB backup and restore.
aliases: ['/docs/dev/br/backup-and-restore-storages/','/tidb/dev/backup-storage-S3/','/tidb/dev/backup-storage-azblob/','/tidb/dev/backup-storage-gcs/','/tidb/dev/external-storage/']
---

# Backup Storages
Expand Down
1 change: 0 additions & 1 deletion br/backup-and-restore-use-cases.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Backup and Restore Use Cases
summary: Learn the use cases of backing up and restoring data using br command-line tool.
aliases: ['/docs/dev/br/backup-and-restore-use-cases/','/docs/dev/reference/tools/br/use-cases/','/tidb/dev/backup-and-restore-use-cases-for-maintain/']
---

# TiDB Backup and Restore Use Cases
Expand Down
1 change: 0 additions & 1 deletion br/br-checkpoint-backup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Checkpoint Backup
summary: Learn about the checkpoint backup feature, including its application scenarios, implementation details, and usage.
aliases: ["/tidb/dev/br-checkpoint"]
---

# Checkpoint Backup
Expand Down
1 change: 0 additions & 1 deletion br/br-pitr-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Log Backup and PITR Guide
summary: Learns about how to perform log backup and PITR in TiDB.
aliases: ['/tidb/dev/pitr-usage']
---

# TiDB Log Backup and PITR Guide
Expand Down
1 change: 0 additions & 1 deletion br/br-pitr-manual.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Log Backup and PITR Command Manual
summary: Learn about the commands of TiDB log backup and point-in-time recovery.
aliases: ['/tidb/dev/br-log-command-line/']
---

# TiDB Log Backup and PITR Command Manual
Expand Down
1 change: 0 additions & 1 deletion br/br-snapshot-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Snapshot Backup and Restore Guide
summary: Learn about how to back up and restore TiDB snapshots using the br command-line tool.
aliases: ['/tidb/dev/br-usage-backup/','/tidb/dev/br-usage-restore/','/tidb/dev/br-usage-restore-for-maintain/', '/tidb/dev/br-usage-backup-for-maintain/']
---

# Snapshot Backup and Restore Guide
Expand Down
1 change: 0 additions & 1 deletion br/br-use-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Usage Overview of TiDB Backup and Restore
summary: Learn about how to deploy the backup and restore tool, and how to use it to back up and restore a TiDB cluster.
aliases: ['/tidb/dev/br-deployment/']
---

# Usage Overview of TiDB Backup and Restore
Expand Down
1 change: 0 additions & 1 deletion certificate-authentication.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Certificate-Based Authentication for Login
summary: Learn the certificate-based authentication used for login.
aliases: ['/docs/dev/certificate-authentication/','/docs/dev/reference/security/cert-based-authentication/']
---

# Certificate-Based Authentication for Login
Expand Down
1 change: 0 additions & 1 deletion character-set-and-collation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Character Set and Collation
summary: Learn about the supported character sets and collations in TiDB.
aliases: ['/docs/dev/character-set-and-collation/','/docs/dev/reference/sql/characterset-and-collation/','/docs/dev/reference/sql/character-set/']
---

# Character Set and Collation
Expand Down
1 change: 0 additions & 1 deletion check-before-deployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Environment and System Configuration Check
summary: Learn the environment check operations before deploying TiDB.
aliases: ['/docs/dev/check-before-deployment/']
---

# TiDB Environment and System Configuration Check
Expand Down
1 change: 0 additions & 1 deletion command-line-flags-for-pd-configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: PD Configuration Flags
summary: Learn some configuration flags of PD.
aliases: ['/docs/dev/command-line-flags-for-pd-configuration/','/docs/dev/reference/configuration/pd-server/configuration/']
---

# PD Configuration Flags
Expand Down
1 change: 0 additions & 1 deletion command-line-flags-for-tidb-configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Configuration Options
summary: Learn the configuration options in TiDB.
aliases: ['/docs/dev/command-line-flags-for-tidb-configuration/','/docs/dev/reference/configuration/tidb-server/configuration/','/docs/dev/reference/configuration/tidb-server/server-command-option/']
---

# Configuration Options
Expand Down
1 change: 0 additions & 1 deletion command-line-flags-for-tikv-configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiKV Configuration Flags
summary: Learn some configuration flags of TiKV.
aliases: ['/docs/dev/command-line-flags-for-tikv-configuration/','/docs/dev/reference/configuration/tikv-server/configuration/']
---

# TiKV Configuration Flags
Expand Down
1 change: 0 additions & 1 deletion comment-syntax.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Comment Syntax
summary: This document introduces the comment syntax supported by TiDB.
aliases: ['/docs/dev/comment-syntax/','/docs/dev/reference/sql/language-structure/comment-syntax/']
---

# Comment Syntax
Expand Down
1 change: 0 additions & 1 deletion configure-load-base-split.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Load Base Split
summary: Learn the feature of Load Base Split.
aliases: ['/docs/dev/configure-load-base-split/']
---

# Load Base Split
Expand Down
1 change: 0 additions & 1 deletion configure-memory-usage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Memory Control
summary: Learn how to configure the memory quota of a query and avoid OOM (out of memory).
aliases: ['/docs/dev/configure-memory-usage/','/docs/dev/how-to/configure/memory-control/']
---

# TiDB Memory Control
Expand Down
1 change: 0 additions & 1 deletion configure-placement-rules.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Placement Rules
summary: Learn how to configure Placement Rules.
aliases: ['/docs/dev/configure-placement-rules/','/docs/dev/how-to/configure/placement-rules/']
---

# Placement Rules
Expand Down
1 change: 0 additions & 1 deletion configure-store-limit.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Store Limit
summary: Learn the feature of Store Limit.
aliases: ['/docs/dev/configure-store-limit/']
---

# Store Limit
Expand Down
1 change: 0 additions & 1 deletion configure-time-zone.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Time Zone Support
summary: Learn how to set the time zone and its format.
aliases: ['/docs/dev/configure-time-zone/','/docs/dev/how-to/configure/time-zone/']
---

# Time Zone Support
Expand Down
1 change: 0 additions & 1 deletion constraints.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Constraints
summary: Learn how SQL Constraints apply to TiDB.
aliases: ['/docs/dev/constraints/','/docs/dev/reference/sql/constraints/']
---

# Constraints
Expand Down
1 change: 0 additions & 1 deletion coprocessor-cache.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Coprocessor Cache
summary: Learn the features of Coprocessor Cache.
aliases: ['/docs/dev/coprocessor-cache/']
---

# Coprocessor Cache
Expand Down
1 change: 0 additions & 1 deletion daily-check.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Daily Check
summary: Learn about performance indicators of the TiDB cluster.
aliases: ['/docs/dev/daily-check/']
---

# Daily Check
Expand Down
1 change: 0 additions & 1 deletion dashboard/dashboard-access.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Access TiDB Dashboard
summary: Learn how to access TiDB Dashboard.
aliases: ['/docs/dev/dashboard/dashboard-access/']
---

# Access TiDB Dashboard
Expand Down
Loading

0 comments on commit bf021d7

Please sign in to comment.