Skip to content

Commit

Permalink
add alias (pingcap#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouqiang-cl authored May 14, 2020
1 parent 6382022 commit e82cf95
Show file tree
Hide file tree
Showing 384 changed files with 385 additions and 16 deletions.
1 change: 1 addition & 0 deletions alert-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Cluster Alert Rules
summary: Learn the alert rules in a TiDB cluster.
category: reference
aliases: ['/docs/dev/reference/alert-rules/']
---

<!-- markdownlint-disable MD024 -->
Expand Down
1 change: 1 addition & 0 deletions auto-random.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: AUTO_RANDOM
summary: Learn the AUTO_RANDOM attribute.
category: reference
aliases: ['/docs/dev/reference/sql/attributes/auto-random/']
---

# AUTO_RANDOM <span class="version-mark">New in v3.1.0</span>
Expand Down
2 changes: 1 addition & 1 deletion backup-and-restore-using-mydumper-lightning.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use Mydumper and TiDB Lightning for Backup and Restoration
category: how-to
aliases: ['/docs/dev/how-to/maintain/backup-and-restore/']
aliases: ['/docs/dev/how-to/maintain/backup-and-restore/mydumper-lightning/','/docs/dev/how-to/maintain/backup-and-restore/']
---

# Use Mydumper and TiDB Lightning for Data Backup and Restoration
Expand Down
1 change: 1 addition & 0 deletions basic-sql-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Explore SQL with TiDB
summary: Learn about the basic SQL statements for the TiDB database.
category: how-to
aliases: ['/docs/dev/how-to/get-started/explore-sql/']
---

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

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

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

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

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

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

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

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

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

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

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

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

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

# Best Practices for Developing Java Applications with TiDB
Expand Down
1 change: 1 addition & 0 deletions best-practices/massive-regions-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
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.
category: reference
aliases: ['/docs/dev/reference/best-practices/massive-regions/']
---

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

# PD Scheduling Best Practices
Expand Down
2 changes: 1 addition & 1 deletion br/backup-and-restore-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Use BR to Back up and Restore Data
summary: Learn how to back up and restore data of the TiDB cluster using BR.
category: how-to
aliases: ['/docs/dev/how-to/maintain/backup-and-restore/br/']
aliases: ['/docs/dev/reference/tools/br/br/','/docs/dev/how-to/maintain/backup-and-restore/br/']
---

# Use BR to Back up and Restore Data
Expand Down
1 change: 1 addition & 0 deletions br/backup-and-restore-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: BR Usage Scenarios
summary: Learn the scenarios of backing up and restoring data using BR.
category: how-to
aliases: ['/docs/dev/reference/tools/br/use-cases/']
---

# BR Usage Scenarios
Expand Down
1 change: 1 addition & 0 deletions certificate-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Certificate-Based Authentication for Login
summary: Learn the certificate-based authentication used for login.
category: reference
aliases: ['/docs/dev/reference/security/cert-based-authentication/']
---

# Certificate-Based Authentication for Login <span class="version-mark">New in v3.0.8</span>
Expand Down
2 changes: 1 addition & 1 deletion character-set-and-collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Character Set and Collation
summary: Learn about the supported character sets and collations in TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/character-set/']
aliases: ['/docs/dev/reference/sql/characterset-and-collation/','/docs/dev/reference/sql/character-set/']
---

# Character Set and Collation
Expand Down
1 change: 1 addition & 0 deletions check-cluster-status-using-sql-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Check the TiDB Cluster Status Using SQL Statements
summary: This document introduces that TiDB offers some SQL statements and system tables to check the TiDB cluster status.
category: reference
aliases: ['/docs/dev/reference/performance/check-cluster-status-using-sql-statements/']
---

# Check the TiDB Cluster Status Using SQL Statements
Expand Down
1 change: 1 addition & 0 deletions command-line-flags-for-pd-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: PD Configuration Flags
summary: Learn some configuration flags of PD.
category: reference
aliases: ['/docs/dev/reference/configuration/pd-server/configuration/']
---

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

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

# TiKV Configuration Flags
Expand Down
1 change: 1 addition & 0 deletions comment-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Comment Syntax
summary: Learn about the three comment styles in TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/language-structure/comment-syntax/']
---

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

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

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

# Time Zone Support
Expand Down
1 change: 1 addition & 0 deletions connectors-and-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Connectors and APIs
summary: Learn about the connectors and APIs.
category: reference
aliases: ['/docs/dev/reference/supported-clients/']
---

# Connectors and APIs
Expand Down
1 change: 1 addition & 0 deletions constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Constraints
summary: Learn how SQL Constraints apply to TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/constraints/']
---

# Constraints
Expand Down
1 change: 1 addition & 0 deletions data-type-date-and-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Date and Time Types
summary: Learn about the supported date and time types.
category: reference
aliases: ['/docs/dev/reference/sql/data-types/date-and-time/']
---

# Date and Time Types
Expand Down
1 change: 1 addition & 0 deletions data-type-default-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Data Type
summary: Learn about default values for data types in TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/data-types/default-values/']
---

# Default Values
Expand Down
1 change: 1 addition & 0 deletions data-type-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Data Type
summary: Learn about the JSON data type in TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/data-types/json/']
---

# JSON Type
Expand Down
1 change: 1 addition & 0 deletions data-type-numeric.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Numeric Types
summary: Learn about numeric data types supported in TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/data-types/numeric/']
---

# Numeric Types
Expand Down
1 change: 1 addition & 0 deletions data-type-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Data Types
summary: Learn about the data types supported in TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/data-types/overview/']
---

# Data Types
Expand Down
1 change: 1 addition & 0 deletions data-type-string.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: String types
summary: Learn about the string types supported in TiDB.
category: reference
aliases: ['/docs/dev/reference/sql/data-types/string/']
---

# String Types
Expand Down
1 change: 1 addition & 0 deletions deploy-test-cluster-using-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: TiDB Docker Compose Deployment
summary: Use Docker Compose to quickly deploy a TiDB testing cluster.
category: how-to
aliases: ['/docs/dev/how-to/get-started/deploy-tidb-from-docker-compose/']
---

# TiDB Docker Compose Deployment
Expand Down
1 change: 1 addition & 0 deletions deploy-tidb-from-binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Local Deployment from Binary Tarball
summary: Use the binary to deploy a TiDB cluster.
category: how-to
aliases: ['/docs/dev/how-to/get-started/deploy-tidb-from-binary/']
---

# Local Deployment from Binary Tarball
Expand Down
1 change: 1 addition & 0 deletions deploy-tidb-from-dbdeployer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Install from DBdeployer
summary: Install TiDB using the DBdeployer package manager.
category: how-to
aliases: ['/docs/dev/how-to/get-started/deploy-tidb-from-dbdeployer/']
---

# Install from DBdeployer
Expand Down
1 change: 1 addition & 0 deletions deploy-tidb-from-homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Install from Homebrew
summary: Install TiDB using the Homebrew package manager.
category: how-to
aliases: ['/docs/dev/how-to/get-started/deploy-tidb-from-homebrew/']
---

# Install from Homebrew
Expand Down
1 change: 1 addition & 0 deletions download-ecosystem-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Download
summary: Download the most officially maintained versions of TiDB enterprise tools.
category: reference
aliases: ['/docs/dev/reference/tools/download/']
---

# Download
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-tool-user-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TiDB Ecosystem Tools User Guide
category: reference
aliases: ['/docs/dev/how-to/migrate/from-mysql/','/docs/dev/how-to/migrate/incrementally-from-mysql/','/docs/dev/how-to/migrate/overview/']
aliases: ['/docs/dev/reference/tools/user-guide/','/docs/dev/how-to/migrate/from-mysql/','/docs/dev/how-to/migrate/incrementally-from-mysql/','/docs/dev/how-to/migrate/overview/']
---

# TiDB Ecosystem Tools User Guide
Expand Down
1 change: 1 addition & 0 deletions enable-tls-between-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Enable TLS Authentication and Encrypt the Stored Data
summary: Learn how to enable TLS authentication and encrypt the stored data in a TiDB cluster.
category: how-to
aliases: ['/docs/dev/how-to/secure/enable-tls-between-components/']
---

# Enable TLS Authentication and Encrypt the Stored Data
Expand Down
1 change: 1 addition & 0 deletions encrypted-connections-with-tls-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Enable TLS for MySQL Clients
summary: Use the encrypted connection to ensure data security.
category: how-to
aliases: ['/docs/dev/how-to/secure/enable-tls-clients/']
---

# Enable TLS for MySQL Clients
Expand Down
1 change: 1 addition & 0 deletions error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Error Codes and Troubleshooting
summary: Learn about the error codes and solutions in TiDB.
category: reference
aliases: ['/docs/dev/reference/error-codes/']
---

# Error Codes and Troubleshooting
Expand Down
1 change: 1 addition & 0 deletions execution-plan-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Execution Plan Binding
summary: Learn about execution plan binding operations in TiDB.
category: reference
aliases: ['/docs/dev/reference/performance/execution-plan-bind/']
---

# Execution Plan Binding
Expand Down
Loading

0 comments on commit e82cf95

Please sign in to comment.