Skip to content

Commit

Permalink
*: init release-8.4 configs (#19187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Oct 23, 2024
1 parent 876caa5 commit 323587b
Show file tree
Hide file tree
Showing 506 changed files with 2 additions and 833 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- ".github/**"
branches:
- master
- release-8.4
- 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 Self-Managed
aliases: ['/docs/dev/', '/docs/dev/adopters/', '/tidb/dev/adopters']
hide_sidebar: true
hide_commit: true
summary: TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. The guide provides information on features, TiFlash, development, deployment, migration, maintenance, monitoring, tuning, tools, and references. It covers everything from quick start to advanced configurations and tools for TiDB.
Expand Down
1 change: 0 additions & 1 deletion accelerated-table-creation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: TiDB Accelerated Table Creation
summary: Learn the concept, principles, and implementation details of performance optimization for creating tables in TiDB.
aliases: ['/tidb/dev/ddl-v2/']
---

# TiDB Accelerated Table Creation
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/']
summary: TiDB 2.0 GA outperforms TiDB 1.0 GA in `Select` and `Insert` tests, with a 10% increase in `Select` query performance and a slight improvement in `Insert` query performance. However, the OLTP performance of both versions is almost the same.
---

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/']
summary: TiDB 2.1 outperforms TiDB 2.0 in the `Point Select` test, with a 50% increase in query performance. However, the `Update Non-Index` and `Update Index` tests show similar performance between the two versions. The test was conducted in September 2018 in Beijing, China, using a specific test environment and configuration.
---

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/']
summary: TiDB performance can be optimized by using Sysbench 1.0 or later. Configure TiDB and TiKV with higher log levels for better performance. Adjust Sysbench configuration and import data to optimize performance. Address common issues related to proxy use and CPU utilization rates.
---

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/']
summary: This document describes how to test TiDB using TPC-C, an online transaction processing benchmark. It specifies the initial state of the database, provides commands for loading data, running the test, and cleaning up test data. The test measures the maximum qualified throughput using tpmC (transactions per minute).
---

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/']
summary: TiDB TPC-H 50G Performance Test compared TiDB 1.0 and TiDB 2.0 in an OLAP scenario. Test results show that TiDB 2.0 outperformed TiDB 1.0 in most queries, with significant improvements in query processing time. Some queries in TiDB 1.0 did not return results, while others had high memory consumption. Future releases plan to support VIEW and address these issues.
---

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/']
summary: TiDB v3.0 outperformed v2.1 in all tests, with higher QPS and lower latency. Configuration changes in v3.0 contributed to the improved performance.
---

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/']
summary: TiDB v3.0 outperforms v2.1 in TPC-C performance test. With 1000 warehouses, v3.0 achieved 450% higher performance than 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: Best Practices for Monitoring TiDB Using Grafana. Deploy a TiDB cluster using TiUP and add Grafana and Prometheus for monitoring. Use metrics to analyze cluster status and diagnose problems. Prometheus collects metrics from TiDB components, and Grafana displays them. Tips for efficient Grafana use include modifying query expressions, switching Y-axis scale, and using API for query results. The platform is powerful for analyzing and diagnosing TiDB cluster status.
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: HAProxy is a free, open-source load balancer and proxy server for TCP and HTTP-based applications. It provides high availability, load balancing, health checks, sticky sessions, SSL support, and monitoring. To deploy HAProxy, ensure hardware and software requirements are met, then install and configure it. Use the latest stable version for best results.
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: This document provides best practices for handling highly-concurrent write-heavy workloads in TiDB. It addresses challenges and solutions for data distribution, hotspot cases, and complex hotspot problems. The article also discusses parameter configuration for optimizing performance.
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: This document introduces best practices for developing Java applications with TiDB, covering database-related components, JDBC usage, connection pool configuration, data access framework, Spring Transaction, and troubleshooting tools. TiDB is highly compatible with MySQL, so most MySQL-based Java application best practices also apply to 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: TiKV performance tuning involves reducing the number of Regions and messages, increasing Raftstore concurrency, enabling Hibernate Region and Region Merge, adjusting Raft base tick interval, increasing TiKV instances, and adjusting Region size. Other issues include slow PD leader switching and outdated PD routing information.
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: This document summarizes PD scheduling best practices, including scheduling process, load balancing, hot regions scheduling, cluster topology awareness, scale-down and failure recovery, region merge, query scheduling status, and control scheduling strategy. It also covers common scenarios such as uneven distribution of leaders/regions, slow node recovery, and troubleshooting TiKV nodes.
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: This document summarizes best practices for using TiDB, covering SQL use and optimization tips for OLAP and OLTP scenarios, with a focus on TiDB-specific optimization options. It also recommends reading three blog posts introducing TiDB's technical principles before diving into the best practices.
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: TiDB Backup & Restore (BR) ensures high availability of clusters and data safety. It supports disaster recovery with a short RPO, handles misoperations, and provides history data auditing. It is recommended to perform backup operations during off-peak hours and store backup data to compatible storage systems. BR supports full backup and log backup, as well as restoring data to any point in time. It is important to use BR of the same major version as the TiDB cluster for backup and restoration.
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: TiDB supports backup storage to Amazon S3, Google Cloud Storage, Azure Blob Storage, and NFS. You can specify the URI and authentication for different storage services. BR sends credentials to TiKV by default when using S3, GCS, or Azure Blob Storage. You can disable this for cloud environments. The URI format for each storage service is specified, along with authentication methods. Server-side encryption is supported for Amazon S3 and Azure Blob Storage. BR v6.3.0 also supports AWS S3 Object Lock.
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: TiDB provides snapshot and log backup solutions for specific use cases, such as timely data recovery and business audits. To use point-in-time recovery (PITR), deploy a TiDB cluster >= v6.2.0 and update BR to the same version as the TiDB cluster. Configure backup storage on Amazon S3 and set a backup policy to meet data loss and recovery requirements. Run log and snapshot backups, and use PITR to restore data to a specific time point. Clean up outdated data regularly. For detailed steps, refer to TiDB documentation.
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: TiDB v6.5.0 introduces checkpoint backup feature to continue interrupted backups, reducing the need to start from scratch. It records backed up shards to resume backup progress, but relies on GC mechanism and may require some data to be backed up again. The `br` tool periodically updates `gc-safepoint` to avoid data being garbage collected, and can extend retention period if needed.
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: TiDB Log Backup and PITR Guide explains how to back up and restore data using the br command-line tool. It includes instructions for starting log backup, running full backup regularly, and cleaning up outdated data. The guide also provides information on running PITR and the performance capabilities of PITR.
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: Introduce the commands used in TiDB log backup and point-in-time recovery (PITR).
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: This document describes how to back up and restore TiDB snapshots using the br command-line tool. It includes instructions for snapshot backup, restoring data of a specified time point, and restoring a database or table. The document also covers the performance and impact of snapshot backup and restore.
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: TiDB Backup and Restore provides best practices for choosing backup methods, managing backup data, and deploying the tool. It recommends using both full and log backups, storing data in recommended storage systems, and setting backup retention periods. The tool can be deployed using the command-line tool, SQL statements, or TiDB Operator on Kubernetes. For detailed usage, refer to the provided documentation.
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
Loading

0 comments on commit 323587b

Please sign in to comment.