Skip to content

Commit

Permalink
Preview PR pingcap/docs#19336 and this preview is triggered from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Docsite Preview Bot committed Dec 12, 2024
1 parent 400a902 commit 03584d0
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 86 deletions.
156 changes: 72 additions & 84 deletions markdown-pages/en/tidb/master/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
- [Docs Home](https://docs.pingcap.com/)
- About TiDB Self-Managed
- [What is TiDB Self-Managed](/overview.md)
- [TiDB 8.3 Release Notes](/releases/release-8.3.0.md)
- [TiDB 8.5 Release Notes](/releases/release-8.5.0.md)
- [Features](/basic-features.md)
- [MySQL Compatibility](/mysql-compatibility.md)
- [TiDB Limitations](/tidb-limitations.md)
- [Credits](/credits.md)
- [Roadmap](/tidb-roadmap.md)
- Quick Start
- [Try Out TiDB](/quick-start-with-tidb.md)
- [Try Out HTAP](/quick-start-with-htap.md)
- Get Started
- [Quick Start with TiDB](/quick-start-with-tidb.md)
- [Quick Start with HTAP](/quick-start-with-htap.md)
- [Learn TiDB SQL](/basic-sql-operations.md)
- [Learn HTAP](/explore-htap.md)
- [Import Example Database](/import-example-data.md)
Expand Down Expand Up @@ -137,13 +137,11 @@
- [PD Microservices Topology](/pd-microservices-deployment-topology.md)
- [TiProxy Topology](/tiproxy/tiproxy-deployment-topology.md)
- [TiCDC Topology](/ticdc-deployment-topology.md)
- [TiDB Binlog Topology](/tidb-binlog-deployment-topology.md)
- [TiSpark Topology](/tispark-deployment-topology.md)
- [Cross-DC Topology](/geo-distributed-deployment-topology.md)
- [Hybrid Topology](/hybrid-deployment-topology.md)
- Install and Start
- [Use TiUP](/production-deployment-using-tiup.md)
- [Deploy on Kubernetes](/tidb-in-kubernetes.md)
- [Deploy Using TiUP](/production-deployment-using-tiup.md)
- [Deploy on Kubernetes](/tidb-in-kubernetes.md)
- [Verify Cluster Status](/post-installation-check.md)
- Test Cluster Performance
- [Test TiDB Using Sysbench](/benchmark/benchmark-tidb-using-sysbench.md)
Expand All @@ -159,6 +157,7 @@
- [Migrate Large Datasets from MySQL](/migrate-large-mysql-to-tidb.md)
- [Migrate and Merge MySQL Shards of Small Datasets](/migrate-small-mysql-shards-to-tidb.md)
- [Migrate and Merge MySQL Shards of Large Datasets](/migrate-large-mysql-shards-to-tidb.md)
- [Migrate from Vitess](/migrate-from-vitess.md)
- [Migrate from MariaDB](/migrate-from-mariadb.md)
- [Migrate from CSV Files](/migrate-from-csv-files-to-tidb.md)
- [Migrate from SQL Files](/migrate-from-sql-files-to-tidb.md)
Expand All @@ -170,12 +169,61 @@
- [Migrate to a Downstream Table with More Columns](/migrate-with-more-columns-downstream.md)
- [Filter Binlog Events](/filter-binlog-event.md)
- [Filter DML Events Using SQL Expressions](/filter-dml-event.md)
- Integrate
- [Overview](/integration-overview.md)
- Stream Data
- [TiCDC Overview](/ticdc/ticdc-overview.md)
- [Deploy and Maintain](/ticdc/deploy-ticdc.md)
- Changefeed
- [Overview](/ticdc/ticdc-changefeed-overview.md)
- Create Changefeeds
- [Replicate Data to MySQL-compatible Databases](/ticdc/ticdc-sink-to-mysql.md)
- [Replicate Data to Kafka](/ticdc/ticdc-sink-to-kafka.md)
- [Replicate Data to Pulsar](/ticdc/ticdc-sink-to-pulsar.md)
- [Replicate Data to Storage Services](/ticdc/ticdc-sink-to-cloud-storage.md)
- [Manage Changefeeds](/ticdc/ticdc-manage-changefeed.md)
- [Log Filter](/ticdc/ticdc-filter.md)
- [DDL Replication](/ticdc/ticdc-ddl.md)
- [Bidirectional Replication](/ticdc/ticdc-bidirectional-replication.md)
- Monitor and Alert
- [Monitoring Metrics Summary](/ticdc/ticdc-summary-monitor.md)
- [Monitoring Metrics Details](/ticdc/monitor-ticdc.md)
- [Alert Rules](/ticdc/ticdc-alert-rules.md)
- Integration Scenarios
- [Overview](/integration-overview.md)
- [Integrate with Confluent and Snowflake](/ticdc/integrate-confluent-using-ticdc.md)
- [Integrate with Apache Kafka and Apache Flink](/replicate-data-to-kafka.md)
- Reference
- [TiCDC Architecture](/ticdc/ticdc-architecture.md)
- [TiCDC Server Configurations](/ticdc/ticdc-server-config.md)
- [TiCDC Changefeed Configurations](/ticdc/ticdc-changefeed-config.md)
- [TiCDC Client Authentication](/ticdc/ticdc-client-authentication.md)
- [Data Integrity Validation for Single-Row Data](/ticdc/ticdc-integrity-check.md)
- [Data Consistency Validation for Upstream and Downstream TiDB Clusters](/ticdc/ticdc-upstream-downstream-check.md)
- [TiCDC Behavior in Splitting UPDATE Events](/ticdc/ticdc-split-update-behavior.md)
- Output Protocols
- [TiCDC Avro Protocol](/ticdc/ticdc-avro-protocol.md)
- [TiCDC Canal-JSON Protocol](/ticdc/ticdc-canal-json.md)
- [TiCDC CSV Protocol](/ticdc/ticdc-csv.md)
- [TiCDC Debezium Protocol](/ticdc/ticdc-debezium.md)
- [TiCDC Open Protocol](/ticdc/ticdc-open-protocol.md)
- [TiCDC Simple Protocol](/ticdc/ticdc-simple-protocol.md)
- [TiCDC Open API v2](/ticdc/ticdc-open-api-v2.md)
- [TiCDC Open API v1](/ticdc/ticdc-open-api.md)
- TiCDC Data Consumption
- [TiCDC Row Data Checksum Verification Based on Avro](/ticdc/ticdc-avro-checksum-verification.md)
- [Guide for Developing a Storage Sink Consumer](/ticdc/ticdc-storage-consumer-dev-guide.md)
- [TiCDC Compatibility](/ticdc/ticdc-compatibility.md)
- [Troubleshoot](/ticdc/troubleshoot-ticdc.md)
- [FAQs](/ticdc/ticdc-faq.md)
- [Glossary](/ticdc/ticdc-glossary.md)
- Maintain
- Security
- [Best Practices for TiDB Security Configuration](/best-practices-for-security-configuration.md)
- [Enable TLS Between TiDB Clients and Servers](/enable-tls-between-clients-and-servers.md)
- [Enable TLS Between TiDB Components](/enable-tls-between-components.md)
- [Generate Self-signed Certificates](/generate-self-signed-certificates.md)
- [Encryption at Rest](/encryption-at-rest.md)
- [Enable Encryption for Disk Spill](/enable-disk-spill-encrypt.md)
- [Log Redaction](/log-redaction.md)
- Upgrade
- [Use TiUP](/upgrade-tidb-using-tiup.md)
- [Use TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable/upgrade-a-tidb-cluster)
Expand Down Expand Up @@ -259,6 +307,7 @@
- Performance Tuning
- Tuning Guide
- [Performance Tuning Overview](/performance-tuning-overview.md)
- [Configure TiDB for Optimal Performance](/tidb-performance-tuning-config.md)
- [Performance Analysis and Tuning](/performance-tuning-methods.md)
- [Performance Tuning Practices for OLTP Scenarios](/performance-tuning-practices.md)
- [TiFlash Performance Analysis Methods](/tiflash-performance-tuning-methods.md)
Expand All @@ -271,6 +320,7 @@
- [Tune TiKV Threads](/tune-tikv-thread-performance.md)
- [Tune TiKV Memory](/tune-tikv-memory-performance.md)
- [TiKV Follower Read](/follower-read.md)
- [TiKV MVCC In-Memory Engine](/tikv-in-memory-engine.md)
- [Tune Region Performance](/tune-region-performance.md)
- [Tune TiFlash Performance](/tiflash/tune-tiflash-performance.md)
- [Coprocessor Cache](/coprocessor-cache.md)
Expand Down Expand Up @@ -580,68 +630,6 @@
- [FAQ](/tidb-lightning/tidb-lightning-faq.md)
- [Glossary](/tidb-lightning/tidb-lightning-glossary.md)
- [Dumpling](/dumpling-overview.md)
- TiCDC
- [Overview](/ticdc/ticdc-overview.md)
- [Deploy and Maintain](/ticdc/deploy-ticdc.md)
- Changefeed
- [Overview](/ticdc/ticdc-changefeed-overview.md)
- Create Changefeeds
- [Replicate Data to MySQL-compatible Databases](/ticdc/ticdc-sink-to-mysql.md)
- [Replicate Data to Kafka](/ticdc/ticdc-sink-to-kafka.md)
- [Replicate Data to Pulsar](/ticdc/ticdc-sink-to-pulsar.md)
- [Replicate Data to Storage Services](/ticdc/ticdc-sink-to-cloud-storage.md)
- [Manage Changefeeds](/ticdc/ticdc-manage-changefeed.md)
- [TiCDC Client Authentication](/ticdc/ticdc-client-authentication.md)
- [Log Filter](/ticdc/ticdc-filter.md)
- [DDL Replication](/ticdc/ticdc-ddl.md)
- [Bidirectional Replication](/ticdc/ticdc-bidirectional-replication.md)
- [Data Integrity Validation for Single-Row Data](/ticdc/ticdc-integrity-check.md)
- [Data Consistency Validation for TiDB Upstream/Downstream Clusters](/ticdc/ticdc-upstream-downstream-check.md)
- [TiCDC Behavior in Splitting UPDATE Events](/ticdc/ticdc-split-update-behavior.md)
- Monitor and Alert
- [Monitoring Metrics Summary](/ticdc/ticdc-summary-monitor.md)
- [Monitoring Metrics Details](/ticdc/monitor-ticdc.md)
- [Alert Rules](/ticdc/ticdc-alert-rules.md)
- Reference
- [Architecture](/ticdc/ticdc-architecture.md)
- [TiCDC Server Configurations](/ticdc/ticdc-server-config.md)
- [TiCDC Changefeed Configurations](/ticdc/ticdc-changefeed-config.md)
- Output Protocols
- [TiCDC Avro Protocol](/ticdc/ticdc-avro-protocol.md)
- [TiCDC Canal-JSON Protocol](/ticdc/ticdc-canal-json.md)
- [TiCDC CSV Protocol](/ticdc/ticdc-csv.md)
- [TiCDC Debezium Protocol](/ticdc/ticdc-debezium.md)
- [TiCDC Open Protocol](/ticdc/ticdc-open-protocol.md)
- [TiCDC Simple Protocol](/ticdc/ticdc-simple-protocol.md)
- [TiCDC Open API v2](/ticdc/ticdc-open-api-v2.md)
- [TiCDC Open API v1](/ticdc/ticdc-open-api.md)
- TiCDC Data Consumption
- [TiCDC Row Data Checksum Verification Based on Avro](/ticdc/ticdc-avro-checksum-verification.md)
- [Guide for Developing a Storage Sink Consumer](/ticdc/ticdc-storage-consumer-dev-guide.md)
- [Compatibility](/ticdc/ticdc-compatibility.md)
- [Troubleshoot](/ticdc/troubleshoot-ticdc.md)
- [FAQs](/ticdc/ticdc-faq.md)
- [Glossary](/ticdc/ticdc-glossary.md)
- TiDB Binlog (Deprecated)
- [Overview](/tidb-binlog/tidb-binlog-overview.md)
- [Quick Start](/tidb-binlog/get-started-with-tidb-binlog.md)
- [Deploy](/tidb-binlog/deploy-tidb-binlog.md)
- [Maintain](/tidb-binlog/maintain-tidb-binlog-cluster.md)
- [Configure](/tidb-binlog/tidb-binlog-configuration-file.md)
- [Pump](/tidb-binlog/tidb-binlog-configuration-file.md#pump)
- [Drainer](/tidb-binlog/tidb-binlog-configuration-file.md#drainer)
- [Upgrade](/tidb-binlog/upgrade-tidb-binlog.md)
- [Monitor](/tidb-binlog/monitor-tidb-binlog-cluster.md)
- [Reparo](/tidb-binlog/tidb-binlog-reparo.md)
- [binlogctl](/tidb-binlog/binlog-control.md)
- [Binlog Consumer Client](/tidb-binlog/binlog-consumer-client.md)
- [TiDB Binlog Relay Log](/tidb-binlog/tidb-binlog-relay-log.md)
- [Bidirectional Replication Between TiDB Clusters](/tidb-binlog/bidirectional-replication-between-tidb-clusters.md)
- [Glossary](/tidb-binlog/tidb-binlog-glossary.md)
- Troubleshoot
- [Troubleshoot](/tidb-binlog/troubleshoot-tidb-binlog.md)
- [Handle Errors](/tidb-binlog/handle-tidb-binlog-errors.md)
- [FAQ](/tidb-binlog/tidb-binlog-faq.md)
- PingCAP Clinic Diagnostic Service
- [Overview](/clinic/clinic-introduction.md)
- [Quick Start](/clinic/quick-start-with-clinic.md)
Expand All @@ -657,6 +645,7 @@
- TiProxy
- [Overview](/tiproxy/tiproxy-overview.md)
- [Load Balancing Policies](/tiproxy/tiproxy-load-balance.md)
- [Traffic Replay](/tiproxy/tiproxy-traffic-replay.md)
- [Configuration](/tiproxy/tiproxy-configuration.md)
- [Command Line Parameters](/tiproxy/tiproxy-command-line-flags.md)
- [Monitoring Metrics](/tiproxy/tiproxy-grafana.md)
Expand Down Expand Up @@ -689,6 +678,7 @@
- [TiFlash Late Materialization](/tiflash/tiflash-late-materialization.md)
- [Spill to Disk](/tiflash/tiflash-spill-disk.md)
- [Data Validation](/tiflash/tiflash-data-validation.md)
- [MinTSO Scheduler](/tiflash/tiflash-mintso-scheduler.md)
- [Compatibility](/tiflash/tiflash-compatibility.md)
- [Pipeline Execution Model](/tiflash/tiflash-pipeline-model.md)
- TiDB Distributed eXecution Framework (DXF)
Expand Down Expand Up @@ -720,13 +710,6 @@
- [TiFlash](/tiflash/monitor-tiflash.md)
- [TiCDC](/ticdc/monitor-ticdc.md)
- [Resource Control](/grafana-resource-control-dashboard.md)
- Security
- [Enable TLS Between TiDB Clients and Servers](/enable-tls-between-clients-and-servers.md)
- [Enable TLS Between TiDB Components](/enable-tls-between-components.md)
- [Generate Self-signed Certificates](/generate-self-signed-certificates.md)
- [Encryption at Rest](/encryption-at-rest.md)
- [Enable Encryption for Disk Spill](/enable-disk-spill-encrypt.md)
- [Log Redaction](/log-redaction.md)
- Privileges
- [Security Compatibility with MySQL](/security-compatibility-with-mysql.md)
- [Privilege Management](/privilege-management.md)
Expand All @@ -749,6 +732,7 @@
- SQL Statements
- [Overview](/sql-statements/sql-statement-overview.md)
- [`ADMIN`](/sql-statements/sql-statement-admin.md)
- [`ADMIN ALTER DDL JOBS`](/sql-statements/sql-statement-admin-alter-ddl.md)
- [`ADMIN CANCEL DDL`](/sql-statements/sql-statement-admin-cancel-ddl.md)
- [`ADMIN CHECKSUM TABLE`](/sql-statements/sql-statement-admin-checksum-table.md)
- [`ADMIN CHECK [TABLE|INDEX]`](/sql-statements/sql-statement-admin-check-table-index.md)
Expand All @@ -758,7 +742,6 @@
- [`ADMIN RESUME DDL`](/sql-statements/sql-statement-admin-resume-ddl.md)
- [`ADMIN [SET|SHOW|UNSET] BDR ROLE`](/sql-statements/sql-statement-admin-bdr-role.md)
- [`ADMIN SHOW DDL [JOBS|JOB QUERIES]`](/sql-statements/sql-statement-admin-show-ddl.md)
- [`ADMIN SHOW TELEMETRY`](/sql-statements/sql-statement-admin-show-telemetry.md)
- [`ALTER DATABASE`](/sql-statements/sql-statement-alter-database.md)
- [`ALTER INSTANCE`](/sql-statements/sql-statement-alter-instance.md)
- [`ALTER PLACEMENT POLICY`](/sql-statements/sql-statement-alter-placement-policy.md)
Expand All @@ -784,8 +767,6 @@
- [`CALIBRATE RESOURCE`](/sql-statements/sql-statement-calibrate-resource.md)
- [`CANCEL IMPORT JOB`](/sql-statements/sql-statement-cancel-import-job.md)
- [`COMMIT`](/sql-statements/sql-statement-commit.md)
- [`CHANGE DRAINER`](/sql-statements/sql-statement-change-drainer.md)
- [`CHANGE PUMP`](/sql-statements/sql-statement-change-pump.md)
- [`CREATE BINDING`](/sql-statements/sql-statement-create-binding.md)
- [`CREATE DATABASE`](/sql-statements/sql-statement-create-database.md)
- [`CREATE INDEX`](/sql-statements/sql-statement-create-index.md)
Expand Down Expand Up @@ -865,7 +846,6 @@
- [`SHOW CREATE TABLE`](/sql-statements/sql-statement-show-create-table.md)
- [`SHOW CREATE USER`](/sql-statements/sql-statement-show-create-user.md)
- [`SHOW DATABASES`](/sql-statements/sql-statement-show-databases.md)
- [`SHOW DRAINER STATUS`](/sql-statements/sql-statement-show-drainer-status.md)
- [`SHOW ENGINES`](/sql-statements/sql-statement-show-engines.md)
- [`SHOW ERRORS`](/sql-statements/sql-statement-show-errors.md)
- [`SHOW FIELDS FROM`](/sql-statements/sql-statement-show-fields-from.md)
Expand All @@ -880,7 +860,6 @@
- [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md)
- [`SHOW PROCESSLIST`](/sql-statements/sql-statement-show-processlist.md)
- [`SHOW PROFILES`](/sql-statements/sql-statement-show-profiles.md)
- [`SHOW PUMP STATUS`](/sql-statements/sql-statement-show-pump-status.md)
- [`SHOW SCHEMAS`](/sql-statements/sql-statement-show-schemas.md)
- [`SHOW STATS_BUCKETS`](/sql-statements/sql-statement-show-stats-buckets.md)
- [`SHOW STATS_HEALTHY`](/sql-statements/sql-statement-show-stats-healthy.md)
Expand Down Expand Up @@ -1015,6 +994,7 @@
- [`TABLES`](/information-schema/information-schema-tables.md)
- [`TABLE_CONSTRAINTS`](/information-schema/information-schema-table-constraints.md)
- [`TABLE_STORAGE_STATS`](/information-schema/information-schema-table-storage-stats.md)
- [`TIDB_CHECK_CONSTRAINTS`](/information-schema/information-schema-tidb-check-constraints.md)
- [`TIDB_HOT_REGIONS`](/information-schema/information-schema-tidb-hot-regions.md)
- [`TIDB_HOT_REGIONS_HISTORY`](/information-schema/information-schema-tidb-hot-regions-history.md)
- [`TIDB_INDEXES`](/information-schema/information-schema-tidb-indexes.md)
Expand All @@ -1040,6 +1020,7 @@
- [`schema_unused_indexes`](/sys-schema/sys-schema-unused-indexes.md)
- [Metadata Lock](/metadata-lock.md)
- [TiDB Accelerated Table Creation](/accelerated-table-creation.md)
- [Schema Cache](/schema-cache.md)
- UI
- TiDB Dashboard
- [Overview](/dashboard/dashboard-intro.md)
Expand Down Expand Up @@ -1094,6 +1075,10 @@
- [Release Timeline](/releases/release-timeline.md)
- [TiDB Versioning](/releases/versioning.md)
- [TiDB Installation Packages](/binary-package.md)
- v8.5
- [8.5.0](/releases/release-8.5.0.md)
- v8.4
- [8.4.0-DMR](/releases/release-8.4.0.md)
- v8.3
- [8.3.0-DMR](/releases/release-8.3.0.md)
- v8.2
Expand All @@ -1106,6 +1091,7 @@
- v7.6
- [7.6.0-DMR](/releases/release-7.6.0.md)
- v7.5
- [7.5.4](/releases/release-7.5.4.md)
- [7.5.3](/releases/release-7.5.3.md)
- [7.5.2](/releases/release-7.5.2.md)
- [7.5.1](/releases/release-7.5.1.md)
Expand All @@ -1117,6 +1103,7 @@
- v7.2
- [7.2.0-DMR](/releases/release-7.2.0.md)
- v7.1
- [7.1.6](/releases/release-7.1.6.md)
- [7.1.5](/releases/release-7.1.5.md)
- [7.1.4](/releases/release-7.1.4.md)
- [7.1.3](/releases/release-7.1.3.md)
Expand All @@ -1128,6 +1115,7 @@
- v6.6
- [6.6.0-DMR](/releases/release-6.6.0.md)
- v6.5
- [6.5.11](/releases/release-6.5.11.md)
- [6.5.10](/releases/release-6.5.10.md)
- [6.5.9](/releases/release-6.5.9.md)
- [6.5.8](/releases/release-6.5.8.md)
Expand Down
Loading

0 comments on commit 03584d0

Please sign in to comment.