Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#7866
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <[email protected]>
  • Loading branch information
qiancai authored and ti-chi-bot committed Dec 13, 2021
1 parent 973d24c commit b6e1983
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 0 deletions.
244 changes: 244 additions & 0 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

- 关于 TiDB
- [TiDB 简介](/overview.md)
<<<<<<< HEAD
- Benchmark 测试
- [如何用 Sysbench 测试 TiDB](/benchmark/benchmark-tidb-using-sysbench.md)
- [如何对 TiDB 进行 TPC-C 测试](/benchmark/benchmark-tidb-using-tpcc.md)
Expand Down Expand Up @@ -42,6 +43,249 @@
- 安全传输层协议 (TLS)
- [为 MySQL 客户端开启 TLS](/encrypted-connections-with-tls-protocols.md)
- [为 TiDB 组件间开启 TLS](/enable-tls-between-components.md)
=======
- [TiDB 5.3 Release Notes](/releases/release-5.3.0.md)
- [基本功能](/basic-features.md)
- [实验特性](/experimental-features.md)
- 性能测试报告
- [Sysbench 性能对比 - v5.3 对比 v5.2](/benchmark/benchmark-sysbench-v5.3.0-vs-v5.2.2.md)
- [TPC-C 性能对比 - v5.3 对比 v5.2](/benchmark/v5.3-performance-benchmarking-with-tpcc.md)
- [TPC-H 100 性能对比 - v5.3 MPP 对比 Greenplum / Apache Spark](/benchmark/v5.3-performance-benchmarking-with-tpch.md)
- [与 MySQL 的兼容性](/mysql-compatibility.md)
- [使用限制](/tidb-limitations.md)
- [荣誉列表](/credits.md)
- 快速上手
- [快速上手 TiDB](/quick-start-with-tidb.md)
- [快速上手 HTAP](/quick-start-with-htap.md)
- [SQL 基本操作](/basic-sql-operations.md)
- [深入探索 HTAP](/explore-htap.md)
- 部署标准集群
- [软硬件环境需求](/hardware-and-software-requirements.md)
- [环境与系统配置检查](/check-before-deployment.md)
- 规划集群拓扑
- [最小部署拓扑结构](/minimal-deployment-topology.md)
- [TiFlash 部署拓扑](/tiflash-deployment-topology.md)
- [TiCDC 部署拓扑](/ticdc-deployment-topology.md)
- [TiDB Binlog 部署拓扑](/tidb-binlog-deployment-topology.md)
- [TiSpark 部署拓扑](/tispark-deployment-topology.md)
- [跨机房部署拓扑结构](/geo-distributed-deployment-topology.md)
- [混合部署拓扑结构](/hybrid-deployment-topology.md)
- 安装与启动
- [使用 TiUP 部署(推荐)](/production-deployment-using-tiup.md)
- [在 Kubernetes 上部署](/tidb-in-kubernetes.md)
- [验证集群状态](/post-installation-check.md)
- 测试集群性能
- [用 Sysbench 测试 TiDB](/benchmark/benchmark-tidb-using-sysbench.md)
- [对 TiDB 进行 TPC-C 测试](/benchmark/benchmark-tidb-using-tpcc.md)
- 数据迁移
- [数据迁移场景](/migration-overview.md)
- [迁移工具](/migration-tools.md)
- 从 MySQL 迁移至 TiDB
- [使用 TiDB Lightning 从 Amazon Aurora MySQL 迁移全量数据](/migrate-from-aurora-using-lightning.md)
- [使用 TiDB Lightning 从 MySQL SQL 文件迁移全量数据](/migrate-from-mysql-dumpling-files.md)
- [使用 DM 工具从 Amazon Aurora MySQL 迁移数据](/migrate-from-aurora-mysql-database.md)
- 从 CSV 文件迁移至 TiDB
- [使用 TiDB Lightning 导入 CSV 文件](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md)
- [使用 LOAD DATA 语句导入 CSV 文件](/sql-statements/sql-statement-load-data.md)
- [从 SQL 文件迁移到 TiDB](/migrate-from-mysql-dumpling-files.md)
- [将 TiDB 集群的增量数据同步到另一集群](/incremental-replication-between-clusters.md)
- 运维操作
- 升级 TiDB 版本
- [使用 TiUP 升级(推荐)](/upgrade-tidb-using-tiup.md)
- [使用 TiDB Operator](https://docs.pingcap.com/zh/tidb-in-kubernetes/v1.1/upgrade-a-tidb-cluster)
- 扩缩容
- [使用 TiUP(推荐)](/scale-tidb-using-tiup.md)
- [使用 TiDB Operator](https://docs.pingcap.com/zh/tidb-in-kubernetes/v1.1/scale-a-tidb-cluster)
- 备份与恢复
- 使用 BR 工具(推荐)
- [BR 工具简介](/br/backup-and-restore-tool.md)
- [使用 BR 命令行备份恢复](/br/use-br-command-line-tool.md)
- [BR 备份恢复场景示例](/br/backup-and-restore-use-cases.md)
- [外部存储](/br/backup-and-restore-storages.md)
- [BR 常见问题](/br/backup-and-restore-faq.md)
- [修改时区](/configure-time-zone.md)
- [日常巡检](/daily-check.md)
- [TiFlash 常用运维操作](/tiflash/maintain-tiflash.md)
- [使用 TiUP 运维集群](/maintain-tidb-using-tiup.md)
- [在线修改集群配置](/dynamic-config.md)
- [在线有损恢复](/online-unsafe-recovery.md)
- 监控与告警
- [监控框架概述](/tidb-monitoring-framework.md)
- [监控 API](/tidb-monitoring-api.md)
- [手动部署监控](/deploy-monitoring-services.md)
- [将 Grafana 监控数据导出成快照](/exporting-grafana-snapshots.md)
- [TiDB 集群报警规则与处理方法](/alert-rules.md)
- [TiFlash 报警规则与处理方法](/tiflash/tiflash-alert-rules.md)
- 故障诊断
- [定位慢查询](/identify-slow-queries.md)
- [分析慢查询](/analyze-slow-queries.md)
- [SQL 诊断](/information-schema/information-schema-sql-diagnostics.md)
- [定位消耗系统资源多的查询](/identify-expensive-queries.md)
- [SQL 语句统计](/statement-summary-tables.md)
- [保存和恢复集群现场信息](/sql-plan-replayer.md)
- [TiDB 集群常见问题](/troubleshoot-tidb-cluster.md)
- [TiDB 集群问题导图](/tidb-troubleshooting-map.md)
- [热点问题处理](/troubleshoot-hot-spot-issues.md)
- [CPU 占用过多导致读写延迟增加](/troubleshoot-cpu-issues.md)
- [写冲突与写性能下降](/troubleshoot-write-conflicts.md)
- [磁盘 I/O 过高](/troubleshoot-high-disk-io.md)
- [锁冲突与 TTL 超时](/troubleshoot-lock-conflicts.md)
- [TiFlash 常见问题](/tiflash/troubleshoot-tiflash.md)
- 性能调优
- 系统调优
- [操作系统性能参数调优](/tune-operating-system.md)
- 软件调优
- 配置
- [TiDB 内存调优](/configure-memory-usage.md)
- [TiKV 线程调优](/tune-tikv-thread-performance.md)
- [TiKV 内存调优](/tune-tikv-memory-performance.md)
- [TiKV Follower Read](/follower-read.md)
- [TiFlash 调优](/tiflash/tune-tiflash-performance.md)
- [下推计算结果缓存](/coprocessor-cache.md)
- SQL 性能调优
- [SQL 性能调优概览](/sql-tuning-overview.md)
- 理解 TiDB 执行计划
- [TiDB 执行计划概览](/explain-overview.md)
- [使用 `EXPLAIN` 解读执行计划](/explain-walkthrough.md)
- [MPP 模式查询的执行计划](/explain-mpp.md)
- [索引查询的执行计划](/explain-indexes.md)
- [Join 查询的执行计划](/explain-joins.md)
- [子查询的执行计划](/explain-subqueries.md)
- [聚合查询的执行计划](/explain-aggregation.md)
- [视图查询的执行计划](/explain-views.md)
- [分区查询的执行计划](/explain-partitions.md)
- [开启 IndexMerge 查询的执行计划](/explain-index-merge.md)
- SQL 优化流程
- [SQL 优化流程概览](/sql-optimization-concepts.md)
- 逻辑优化
- [逻辑优化概览](/sql-logical-optimization.md)
- [子查询相关的优化](/subquery-optimization.md)
- [列裁剪](/column-pruning.md)
- [关联子查询去关联](/correlated-subquery-optimization.md)
- [Max/Min 消除](/max-min-eliminate.md)
- [谓词下推](/predicate-push-down.md)
- [分区裁剪](/partition-pruning.md)
- [TopN 和 Limit 下推](/topn-limit-push-down.md)
- [Join Reorder](/join-reorder.md)
- 物理优化
- [物理优化概览](/sql-physical-optimization.md)
- [索引的选择](/choose-index.md)
- [统计信息简介](/statistics.md)
- [错误索引的解决方案](/wrong-index-solution.md)
- [Distinct 优化](/agg-distinct-optimization.md)
- [执行计划缓存](/sql-prepare-plan-cache.md)
- 控制执行计划
- [控制执行计划概览](/control-execution-plan.md)
- [Optimizer Hints](/optimizer-hints.md)
- [执行计划管理](/sql-plan-management.md)
- [优化规则及表达式下推的黑名单](/blocklist-control-plan.md)
- 教程
- [同城多中心部署](/multi-data-centers-in-one-city-deployment.md)
- [两地三中心部署](/three-data-centers-in-two-cities-deployment.md)
- [同城两中心部署](/two-data-centers-in-one-city-deployment.md)
- 读取历史数据
- 使用 Stale Read 功能读取历史数据(推荐)
- [Stale Read 使用场景介绍](/stale-read.md)
- [使用 `AS OF TIMESTAMP` 语法读取历史数据](/as-of-timestamp.md)
- [使用系统变量 `tidb_snapshot` 读取历史数据](/read-historical-data.md)
- 最佳实践
- [TiDB 最佳实践](/best-practices/tidb-best-practices.md)
- [Java 应用开发最佳实践](/best-practices/java-app-best-practices.md)
- [HAProxy 最佳实践](/best-practices/haproxy-best-practices.md)
- [高并发写入场景最佳实践](/best-practices/high-concurrency-best-practices.md)
- [Grafana 监控最佳实践](/best-practices/grafana-monitor-best-practices.md)
- [PD 调度策略最佳实践](/best-practices/pd-scheduling-best-practices.md)
- [海量 Region 集群调优](/best-practices/massive-regions-best-practices.md)
- [三节点混合部署最佳实践](/best-practices/three-nodes-hybrid-deployment.md)
- [在三数据中心下就近读取数据](/best-practices/three-dc-local-read.md)
- [Placement Rules 使用文档](/configure-placement-rules.md)
- [Load Base Split 使用文档](/configure-load-base-split.md)
- [Store Limit 使用文档](/configure-store-limit.md)
- TiDB 生态工具
- [功能概览](/ecosystem-tool-user-guide.md)
- [适用场景](/ecosystem-tool-user-case.md)
- [工具下载](/download-ecosystem-tools.md)
- [Dumpling](/dumpling-overview.md)
- TiDB Lightning
- [概述](/tidb-lightning/tidb-lightning-overview.md)
- 主要功能
- [断点续传](/tidb-lightning/tidb-lightning-checkpoints.md)
- [表库过滤](/table-filter.md)
- [CSV 支持](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md)
- [TiDB Lightning 后端](/tidb-lightning/tidb-lightning-backends.md)
- [并行导入](/tidb-lightning/tidb-lightning-distributed-import.md)
- [Web 界面](/tidb-lightning/tidb-lightning-web-interface.md)
- [快速上手教程](/get-started-with-tidb-lightning.md)
- [前置检查](/tidb-lightning/tidb-lightning-prechecks.md)
- [部署执行](/tidb-lightning/deploy-tidb-lightning.md)
- [参数说明](/tidb-lightning/tidb-lightning-configuration.md)
- [监控告警](/tidb-lightning/monitor-tidb-lightning.md)
- [FAQ](/tidb-lightning/tidb-lightning-faq.md)
- [术语表](/tidb-lightning/tidb-lightning-glossary.md)
- [TiDB Data Migration](/dm/dm-overview.md)
- Backup & Restore (BR)
- [BR 工具简介](/br/backup-and-restore-tool.md)
- [使用 BR 命令行备份恢复](/br/use-br-command-line-tool.md)
- [BR 备份与恢复场景示例](/br/backup-and-restore-use-cases.md)
- [外部存储](/br/backup-and-restore-storages.md)
- [BR 常见问题](/br/backup-and-restore-faq.md)
- TiDB Binlog
- [概述](/tidb-binlog/tidb-binlog-overview.md)
- [快速上手](/tidb-binlog/get-started-with-tidb-binlog.md)
- [部署使用](/tidb-binlog/deploy-tidb-binlog.md)
- [运维管理](/tidb-binlog/maintain-tidb-binlog-cluster.md)
- [配置说明](/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)
- [版本升级](/tidb-binlog/upgrade-tidb-binlog.md)
- [监控告警](/tidb-binlog/monitor-tidb-binlog-cluster.md)
- [增量恢复](/tidb-binlog/tidb-binlog-reparo.md)
- [binlogctl 工具](/tidb-binlog/binlog-control.md)
- [Kafka 自定义开发](/tidb-binlog/binlog-consumer-client.md)
- [TiDB Binlog Relay Log](/tidb-binlog/tidb-binlog-relay-log.md)
- [集群间双向同步](/tidb-binlog/bidirectional-replication-between-tidb-clusters.md)
- [术语表](/tidb-binlog/tidb-binlog-glossary.md)
- 故障诊断
- [故障诊断](/tidb-binlog/troubleshoot-tidb-binlog.md)
- [常见错误修复](/tidb-binlog/handle-tidb-binlog-errors.md)
- [FAQ](/tidb-binlog/tidb-binlog-faq.md)
- TiCDC
- [概述](/ticdc/ticdc-overview.md)
- [安装部署](/ticdc/deploy-ticdc.md)
- [运维管理](/ticdc/manage-ticdc.md)
- [故障诊断](/ticdc/troubleshoot-ticdc.md)
- [监控指标](/ticdc/monitor-ticdc.md)
- [报警规则](/ticdc/ticdc-alert-rules.md)
- [TiCDC Open API](/ticdc/ticdc-open-api.md)
- [TiCDC Open Protocol](/ticdc/ticdc-open-protocol.md)
- [将 TiDB 集成到 Confluent Platform](/ticdc/integrate-confluent-using-ticdc.md)
- [术语表](/ticdc/ticdc-glossary.md)
- sync-diff-inspector
- [概述](/sync-diff-inspector/sync-diff-inspector-overview.md)
- [不同库名或表名的数据校验](/sync-diff-inspector/route-diff.md)
- [分库分表场景下的数据校验](/sync-diff-inspector/shard-diff.md)
- [TiDB 主从集群的数据校验](/sync-diff-inspector/upstream-downstream-diff.md)
- [基于 DM 同步场景下的数据校验](/sync-diff-inspector/dm-diff.md)
- TiSpark
- [TiSpark 快速上手](/get-started-with-tispark.md)
- [TiSpark 用户指南](/tispark-overview.md)
- 参考指南
- 架构
- [概述](/tidb-architecture.md)
- [存储](/tidb-storage.md)
- [计算](/tidb-computing.md)
- [调度](/tidb-scheduling.md)
- 监控指标
- [Overview 面板](/grafana-overview-dashboard.md)
- [TiDB 面板](/grafana-tidb-dashboard.md)
- [PD 面板](/grafana-pd-dashboard.md)
- [TiKV 面板](/grafana-tikv-dashboard.md)
- [TiFlash 监控指标](/tiflash/monitor-tiflash.md)
- [TiCDC 监控指标](/ticdc/monitor-ticdc.md)
- 安全加固
- [为 TiDB 客户端服务端间通信开启加密传输](/enable-tls-between-clients-and-servers.md)
- [为 TiDB 组件间通信开启加密传输](/enable-tls-between-components.md)
>>>>>>> fae11c3ad (New docs: add new entry for TiDB DM and TiDB in Kubernetes (#7866))
- [生成自签名证书](/generate-self-signed-certificates.md)
- 监控
- [概述](/tidb-monitoring-framework.md)
Expand Down
Loading

0 comments on commit b6e1983

Please sign in to comment.