From 3d1abe28f8fdb399b19252454835b2de8970e5ee Mon Sep 17 00:00:00 2001 From: Ran Date: Wed, 25 May 2022 15:36:49 +0800 Subject: [PATCH 1/3] This is an automated cherry-pick of #8725 Signed-off-by: ti-chi-bot --- TOC.md | 437 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ _index.md | 14 ++ 2 files changed, 451 insertions(+) diff --git a/TOC.md b/TOC.md index a30b1d3a2a22b..8ac4f1b5e17d5 100644 --- a/TOC.md +++ b/TOC.md @@ -4,6 +4,7 @@ - Introduction - [TiDB Introduction](/overview.md) - Benchmarks +<<<<<<< HEAD - [How to Test TiDB Using Sysbench](/benchmark/benchmark-tidb-using-sysbench.md) - [Sysbench Performance Test - v2.1 vs. v2.0](/benchmark/v2.1-performance-benchmarking-with-sysbench.md) - [TPC-H 50G Performance Test - v2.1 vs. v2.0](/benchmark/v2.1-performance-benchmarking-with-tpch.md) @@ -55,6 +56,442 @@ - Configure - [Time Zone](/configure-time-zone.md) - [Memory Control](/configure-memory-usage.md) +======= + - [v6.0 Sysbench Performance Test Report](/benchmark/benchmark-sysbench-v6.0.0-vs-v5.4.0.md) + - [v6.0 TPC-C Performance Test Report](/benchmark/v6.0-performance-benchmarking-with-tpcc.md) + - [Performance Comparison between TiFlash and Greenplum/Spark](/benchmark/v6.0-performance-benchmarking-with-tpch.md) + - [MySQL Compatibility](/mysql-compatibility.md) + - [TiDB Limitations](/tidb-limitations.md) + - [Credits](/credits.md) +- Quick Start + - [Try Out TiDB](/quick-start-with-tidb.md) + - [Try Out 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) +- Deploy + - [Software and Hardware Requirements](/hardware-and-software-requirements.md) + - [Environment Configuration Checklist](/check-before-deployment.md) + - Plan Cluster Topology + - [Minimal Topology](/minimal-deployment-topology.md) + - [TiFlash Topology](/tiflash-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 (Recommended)](/production-deployment-using-tiup.md) + - [Deploy in 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) + - [Test TiDB Using TPC-C](/benchmark/benchmark-tidb-using-tpcc.md) +- Migrate + - [Overview](/migration-overview.md) + - [Migration Tools](/migration-tools.md) + - Migration Scenarios + - [Migrate from Aurora](/migrate-aurora-to-tidb.md) + - [Migrate MySQL of Small Datasets](/migrate-small-mysql-to-tidb.md) + - [Migrate MySQL of Large Datasets](/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 CSV Files](/migrate-from-csv-files-to-tidb.md) + - [Migrate from SQL Files](/migrate-from-sql-files-to-tidb.md) + - [Migrate from One TiDB Cluster to Another TiDB Cluster](/migrate-from-tidb-to-tidb.md) + - [Replicate Data from TiDB to Kafka](/replicate-data-to-kafka.md) + - Advanced Migration + - [Continuous Replication with gh-ost or pt-osc](/migrate-with-pt-ghost.md) + - [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) +- Maintain + - Upgrade + - [Use TiUP (Recommended)](/upgrade-tidb-using-tiup.md) + - [Use TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable/upgrade-a-tidb-cluster) + - Scale + - [Use TiUP (Recommended)](/scale-tidb-using-tiup.md) + - [Use TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable/scale-a-tidb-cluster) + - Backup and Restore + - Use BR Tool (Recommended) + - [BR Tool Overview](/br/backup-and-restore-tool.md) + - [Use BR Command-line for Backup and Restoration](/br/use-br-command-line-tool.md) + - [BR Use Cases](/br/backup-and-restore-use-cases.md) + - External Storages + - [External Storages Overview](/br/backup-and-restore-storages.md) + - [Back up and Restore Data on Azure Blob Storage](/br/backup-and-restore-azblob.md) + - BR Features + - [Auto Tune](/br/br-auto-tune.md) + - [Batch Create Table](/br/br-batch-create-table.md) + - [BR FAQ](/br/backup-and-restore-faq.md) + - [Configure Time Zone](/configure-time-zone.md) + - [Daily Checklist](/daily-check.md) + - [Maintain TiFlash](/tiflash/maintain-tiflash.md) + - [Maintain TiDB Using TiUP](/maintain-tidb-using-tiup.md) + - [Modify Configuration Online](/dynamic-config.md) + - [Online Unsafe Recovery](/online-unsafe-recovery.md) + - [Replicate Data Between Primary and Secondary Clusters](/replicate-betwwen-primary-and-secondary-clusters.md) +- Monitor and Alert + - [Monitoring Framework Overview](/tidb-monitoring-framework.md) + - [Monitoring API](/tidb-monitoring-api.md) + - [Deploy Monitoring Services](/deploy-monitoring-services.md) + - [Export Grafana Snapshots](/exporting-grafana-snapshots.md) + - [TiDB Cluster Alert Rules](/alert-rules.md) + - [TiFlash Alert Rules](/tiflash/tiflash-alert-rules.md) + - [Customize Configurations of Monitoring Servers](/tiup/customized-montior-in-tiup-environment.md) +- Troubleshoot + - [TiDB Troubleshooting Map](/tidb-troubleshooting-map.md) + - [Identify Slow Queries](/identify-slow-queries.md) + - [Analyze Slow Queries](/analyze-slow-queries.md) + - [SQL Diagnostics](/information-schema/information-schema-sql-diagnostics.md) + - [Identify Expensive Queries Using Top SQL](/dashboard/top-sql.md) + - [Identify Expensive Queries Using Logs](/identify-expensive-queries.md) + - [Statement Summary Tables](/statement-summary-tables.md) + - [Troubleshoot Hotspot Issues](/troubleshoot-hot-spot-issues.md) + - [Troubleshoot Increased Read and Write Latency](/troubleshoot-cpu-issues.md) + - [Save and Restore the On-Site Information of a Cluster](/sql-plan-replayer.md) + - [Troubleshoot Cluster Setup](/troubleshoot-tidb-cluster.md) + - [Troubleshoot High Disk I/O Usage](/troubleshoot-high-disk-io.md) + - [Troubleshoot Lock Conflicts](/troubleshoot-lock-conflicts.md) + - [Troubleshoot TiFlash](/tiflash/troubleshoot-tiflash.md) + - [Troubleshoot Write Conflicts in Optimistic Transactions](/troubleshoot-write-conflicts.md) + - [Troubleshoot Inconsistency Between Data and Indexes](/troubleshoot-data-inconsistency-errors.md) +- Performance Tuning + - System Tuning + - [Operating System Tuning](/tune-operating-system.md) + - Software Tuning + - Configuration + - [Tune TiDB Memory](/configure-memory-usage.md) + - [Tune TiKV Threads](/tune-tikv-thread-performance.md) + - [Tune TiKV Memory](/tune-tikv-memory-performance.md) + - [TiKV Follower Read](/follower-read.md) + - [TiFlash Tuning](/tiflash/tune-tiflash-performance.md) + - [Coprocessor Cache](/coprocessor-cache.md) + - SQL Tuning + - [Overview](/sql-tuning-overview.md) + - Understanding the Query Execution Plan + - [Overview](/explain-overview.md) + - [`EXPLAIN` Walkthrough](/explain-walkthrough.md) + - [Indexes](/explain-indexes.md) + - [Joins](/explain-joins.md) + - [MPP Queries](/explain-mpp.md) + - [Subqueries](/explain-subqueries.md) + - [Aggregation](/explain-aggregation.md) + - [Views](/explain-views.md) + - [Partitions](/explain-partitions.md) + - SQL Optimization Process + - [Overview](/sql-optimization-concepts.md) + - Logic Optimization + - [Overview](/sql-logical-optimization.md) + - [Subquery Related Optimizations](/subquery-optimization.md) + - [Column Pruning](/column-pruning.md) + - [Decorrelation of Correlated Subquery](/correlated-subquery-optimization.md) + - [Eliminate Max/Min](/max-min-eliminate.md) + - [Predicates Push Down](/predicate-push-down.md) + - [Partition Pruning](/partition-pruning.md) + - [TopN and Limit Push Down](/topn-limit-push-down.md) + - [Join Reorder](/join-reorder.md) + - Physical Optimization + - [Overview](/sql-physical-optimization.md) + - [Index Selection](/choose-index.md) + - [Statistics](/statistics.md) + - [Wrong Index Solution](/wrong-index-solution.md) + - [Distinct Optimization](/agg-distinct-optimization.md) + - [Prepare Execution Plan Cache](/sql-prepared-plan-cache.md) + - Control Execution Plans + - [Overview](/control-execution-plan.md) + - [Optimizer Hints](/optimizer-hints.md) + - [SQL Plan Management](/sql-plan-management.md) + - [The Blocklist of Optimization Rules and Expression Pushdown](/blocklist-control-plan.md) +- Tutorials + - [Multiple Data Centers in One City Deployment](/multi-data-centers-in-one-city-deployment.md) + - [Three Data Centers in Two Cities Deployment](/three-data-centers-in-two-cities-deployment.md) + - [Two Data Centers in One City Deployment](/two-data-centers-in-one-city-deployment.md) + - Read Historical Data + - Use Stale Read (Recommended) + - [Usage Scenarios of Stale Read](/stale-read.md) + - [Perform Stale Read Using `As OF TIMESTAMP`](/as-of-timestamp.md) + - [Perform Stale Read Using `tidb_read_staleness`](/tidb-read-staleness.md) + - [Use the `tidb_snapshot` System Variable](/read-historical-data.md) + - Best Practices + - [Use TiDB](/best-practices/tidb-best-practices.md) + - [Java Application Development](/best-practices/java-app-best-practices.md) + - [Use HAProxy](/best-practices/haproxy-best-practices.md) + - [Highly Concurrent Write](/best-practices/high-concurrency-best-practices.md) + - [Grafana Monitoring](/best-practices/grafana-monitor-best-practices.md) + - [PD Scheduling](/best-practices/pd-scheduling-best-practices.md) + - [TiKV Performance Tuning with Massive Regions](/best-practices/massive-regions-best-practices.md) + - [Three-node Hybrid Deployment](/best-practices/three-nodes-hybrid-deployment.md) + - [Local Read Under Three Data Centers Deployment](/best-practices/three-dc-local-read.md) + - [Use Placement Rules](/configure-placement-rules.md) + - [Use Load Base Split](/configure-load-base-split.md) + - [Use Store Limit](/configure-store-limit.md) +- TiDB Tools + - [Overview](/ecosystem-tool-user-guide.md) + - [Use Cases](/ecosystem-tool-user-case.md) + - [Download](/download-ecosystem-tools.md) + - TiUP + - [Documentation Map](/tiup/tiup-documentation-guide.md) + - [Overview](/tiup/tiup-overview.md) + - [Terminology and Concepts](/tiup/tiup-terminology-and-concepts.md) + - [Manage TiUP Components](/tiup/tiup-component-management.md) + - [FAQ](/tiup/tiup-faq.md) + - [Troubleshooting Guide](/tiup/tiup-troubleshooting-guide.md) + - Command Reference + - [Overview](/tiup/tiup-reference.md) + - TiUP Commands + - [tiup clean](/tiup/tiup-command-clean.md) + - [tiup completion](/tiup/tiup-command-completion.md) + - [tiup env](/tiup/tiup-command-env.md) + - [tiup help](/tiup/tiup-command-help.md) + - [tiup install](/tiup/tiup-command-install.md) + - [tiup list](/tiup/tiup-command-list.md) + - tiup mirror + - [Overview](/tiup/tiup-command-mirror.md) + - [tiup mirror clone](/tiup/tiup-command-mirror-clone.md) + - [tiup mirror genkey](/tiup/tiup-command-mirror-genkey.md) + - [tiup mirror grant](/tiup/tiup-command-mirror-grant.md) + - [tiup mirror init](/tiup/tiup-command-mirror-init.md) + - [tiup mirror merge](/tiup/tiup-command-mirror-merge.md) + - [tiup mirror modify](/tiup/tiup-command-mirror-modify.md) + - [tiup mirror publish](/tiup/tiup-command-mirror-publish.md) + - [tiup mirror rotate](/tiup/tiup-command-mirror-rotate.md) + - [tiup mirror set](/tiup/tiup-command-mirror-set.md) + - [tiup mirror sign](/tiup/tiup-command-mirror-sign.md) + - [tiup status](/tiup/tiup-command-status.md) + - [tiup telemetry](/tiup/tiup-command-telemetry.md) + - [tiup uninstall](/tiup/tiup-command-uninstall.md) + - [tiup update](/tiup/tiup-command-update.md) + - TiUP Cluster Commands + - [Overview](/tiup/tiup-component-cluster.md) + - [tiup cluster audit](/tiup/tiup-component-cluster-audit.md) + - [tiup cluster check](/tiup/tiup-component-cluster-check.md) + - [tiup cluster clean](/tiup/tiup-component-cluster-clean.md) + - [tiup cluster deploy](/tiup/tiup-component-cluster-deploy.md) + - [tiup cluster destroy](/tiup/tiup-component-cluster-destroy.md) + - [tiup cluster disable](/tiup/tiup-component-cluster-disable.md) + - [tiup cluster display](/tiup/tiup-component-cluster-display.md) + - [tiup cluster edit-config](/tiup/tiup-component-cluster-edit-config.md) + - [tiup cluster enable](/tiup/tiup-component-cluster-enable.md) + - [tiup cluster help](/tiup/tiup-component-cluster-help.md) + - [tiup cluster import](/tiup/tiup-component-cluster-import.md) + - [tiup cluster list](/tiup/tiup-component-cluster-list.md) + - [tiup cluster patch](/tiup/tiup-component-cluster-patch.md) + - [tiup cluster prune](/tiup/tiup-component-cluster-prune.md) + - [tiup cluster reload](/tiup/tiup-component-cluster-reload.md) + - [tiup cluster rename](/tiup/tiup-component-cluster-rename.md) + - [tiup cluster replay](/tiup/tiup-component-cluster-replay.md) + - [tiup cluster restart](/tiup/tiup-component-cluster-restart.md) + - [tiup cluster scale-in](/tiup/tiup-component-cluster-scale-in.md) + - [tiup cluster scale-out](/tiup/tiup-component-cluster-scale-out.md) + - [tiup cluster start](/tiup/tiup-component-cluster-start.md) + - [tiup cluster stop](/tiup/tiup-component-cluster-stop.md) + - [tiup cluster template](/tiup/tiup-component-cluster-template.md) + - [tiup cluster upgrade](/tiup/tiup-component-cluster-upgrade.md) + - TiUP DM Commands + - [Overview](/tiup/tiup-component-dm.md) + - [tiup dm audit](/tiup/tiup-component-dm-audit.md) + - [tiup dm deploy](/tiup/tiup-component-dm-deploy.md) + - [tiup dm destroy](/tiup/tiup-component-dm-destroy.md) + - [tiup dm disable](/tiup/tiup-component-dm-disable.md) + - [tiup dm display](/tiup/tiup-component-dm-display.md) + - [tiup dm edit-config](/tiup/tiup-component-dm-edit-config.md) + - [tiup dm enable](/tiup/tiup-component-dm-enable.md) + - [tiup dm help](/tiup/tiup-component-dm-help.md) + - [tiup dm import](/tiup/tiup-component-dm-import.md) + - [tiup dm list](/tiup/tiup-component-dm-list.md) + - [tiup dm patch](/tiup/tiup-component-dm-patch.md) + - [tiup dm prune](/tiup/tiup-component-dm-prune.md) + - [tiup dm reload](/tiup/tiup-component-dm-reload.md) + - [tiup dm replay](/tiup/tiup-component-dm-replay.md) + - [tiup dm restart](/tiup/tiup-component-dm-restart.md) + - [tiup dm scale-in](/tiup/tiup-component-dm-scale-in.md) + - [tiup dm scale-out](/tiup/tiup-component-dm-scale-out.md) + - [tiup dm start](/tiup/tiup-component-dm-start.md) + - [tiup dm stop](/tiup/tiup-component-dm-stop.md) + - [tiup dm template](/tiup/tiup-component-dm-template.md) + - [tiup dm upgrade](/tiup/tiup-component-dm-upgrade.md) + - [TiDB Cluster Topology Reference](/tiup/tiup-cluster-topology-reference.md) + - [DM Cluster Topology Reference](/tiup/tiup-dm-topology-reference.md) + - [Mirror Reference Guide](/tiup/tiup-mirror-reference.md) + - TiUP Components + - [tiup-playground](/tiup/tiup-playground.md) + - [tiup-cluster](/tiup/tiup-cluster.md) + - [tiup-mirror](/tiup/tiup-mirror.md) + - [tiup-bench](/tiup/tiup-bench.md) + - PingCAP Clinic Diagnostic Service (Technical Preview) + - [Overview](/clinic/clinic-introduction.md) + - [Use PingCAP Clinic](/clinic/clinic-user-guide-for-tiup.md) + - [PingCAP Clinic Diagnostic Data](/clinic/clinic-data-instruction-for-tiup.md) + - [TiDB Operator](/tidb-operator-overview.md) + - [Dumpling](/dumpling-overview.md) + - TiDB Lightning + - [Overview](/tidb-lightning/tidb-lightning-overview.md) + - Prechecks and requirements + - [Prechecks](/tidb-lightning/tidb-lightning-prechecks.md) + - [Downstream privilege requirements](/tidb-lightning/tidb-lightning-requirements.md) + - [Downstream storage space requirements](/tidb-lightning/tidb-lightning-requirements.md#downstream-storage-space-requirements) + - Key Features + - [Checkpoints](/tidb-lightning/tidb-lightning-checkpoints.md) + - [Table Filter](/table-filter.md) + - [CSV Support](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md) + - [Backends](/tidb-lightning/tidb-lightning-backends.md) + - [Import Data in Parallel](/tidb-lightning/tidb-lightning-distributed-import.md) + - [Error Resolution](/tidb-lightning/tidb-lightning-error-resolution.md) + - [Web Interface](/tidb-lightning/tidb-lightning-web-interface.md) + - [Tutorial](/get-started-with-tidb-lightning.md) + - [Deploy](/tidb-lightning/deploy-tidb-lightning.md) + - [Configure](/tidb-lightning/tidb-lightning-configuration.md) + - [Monitor](/tidb-lightning/monitor-tidb-lightning.md) + - [FAQ](/tidb-lightning/tidb-lightning-faq.md) + - [Glossary](/tidb-lightning/tidb-lightning-glossary.md) + - TiDB Data Migration + - [About TiDB Data Migration](/dm/dm-overview.md) + - [Quick Start](/dm/quick-start-with-dm.md) + - Deploy a DM cluster + - [Hardware and Software Requirements](/dm/dm-hardware-and-software-requirements.md) + - [Use TiUP (Recommended)](/dm/deploy-a-dm-cluster-using-tiup.md) + - [Use TiUP Offline](/dm/deploy-a-dm-cluster-using-tiup-offline.md) + - [Use Binary](/dm/deploy-a-dm-cluster-using-binary.md) + - [Use Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/dev/deploy-tidb-dm) + - Tutorials + - [Create a Data Source](/dm/quick-start-create-source.md) + - [Manage Data Sources](/dm/dm-manage-source.md) + - [Configure Tasks](/dm/dm-task-configuration-guide.md) + - [Table Routing](/dm/dm-key-features.md) + - [Block and Allow Lists](/dm/dm-key-features.md#block-and-allow-table-lists) + - [Binlog Event Filter](/dm/dm-key-features.md#binlog-event-filter) + - [Filter DMLs Using SQL Expressions](/dm/feature-expression-filter.md) + - Manage a Data Migration Task + - [Precheck a Task](/dm/dm-precheck.md) + - [Create a Task](/dm/dm-create-task.md) + - [Query Status](/dm/dm-query-status.md) + - [Pause a Task](/dm/dm-pause-task.md) + - [Resume a Task](/dm/dm-resume-task.md) + - [Stop a Task](/dm/dm-stop-task.md) + - Advanced Tutorials + - Merge and Migrate Data from Sharded Tables + - [Overview](/dm/feature-shard-merge.md) + - [Pessimistic Mode](/dm/feature-shard-merge-pessimistic.md) + - [Optimistic Mode](/dm/feature-shard-merge-optimistic.md) + - [Manually Handle Sharding DDL Lock](/dm/manually-handling-sharding-ddl-locks.md) + - [Migrate from MySQL Databases that Use GH-ost/PT-osc](/dm/feature-online-ddl.md) + - [Migrate Data to a Downstream TiDB Table with More Columns](/migrate-with-more-columns-downstream.md) + - Maintain + - Cluster Upgrade + - [Maintain DM Clusters Using TiUP (Recommended)](/dm/maintain-dm-using-tiup.md) + - [Manually Upgrade from v1.0.x to v2.0+](/dm/manually-upgrade-dm-1.0-to-2.0.md) + - Tools + - [Manage Using WebUI](/dm/dm-webui-guide.md) + - [Manage Using dmctl](/dm/dmctl-introduction.md) + - Performance Tuning + - [Benchmarks](/dm/dm-benchmark-v5.4.0.md) + - [Optimize Configurations](/dm/dm-tune-configuration.md) + - [Test DM Performance](/dm/dm-performance-test.md) + - [Handle Performance Issues](/dm/dm-handle-performance-issues.md) + - Manage Data Sources + - [Switch the MySQL Instance to Be Migrated](/dm/usage-scenario-master-slave-switch.md) + - Manage Tasks + - [Handle Failed DDL Statements](/dm/handle-failed-ddl-statements.md) + - [Manage Schemas of Tables to be Migrated](/dm/dm-manage-schema.md) + - [Export and Import Data Sources and Task Configurations of Clusters](/dm/dm-export-import-config.md) + - [Handle Alerts](/dm/dm-handle-alerts.md) + - [Daily Check](/dm/dm-daily-check.md) + - Reference + - Architecture + - [DM Architecture](/dm/dm-arch.md) + - [DM-worker](/dm/dm-worker-intro.md) + - [Relay Log](/dm/relay-log.md) + - Command Line + - [DM-master & DM-worker](/dm/dm-command-line-flags.md) + - Configuration Files + - [Overview](/dm/dm-config-overview.md) + - [Upstream Database Configurations](/dm/dm-source-configuration-file.md) + - [Task Configurations](/dm/task-configuration-file-full.md) + - [DM-master Configuration](/dm/dm-master-configuration-file.md) + - [DM-worker Configuration](/dm/dm-worker-configuration-file.md) + - [Table Selector](/dm/table-selector.md) + - [OpenAPI](/dm/dm-open-api.md) + - [Compatibility Catalog](/dm/dm-compatibility-catalog.md) + - Secure + - [Enable TLS for DM Connections](/dm/dm-enable-tls.md) + - [Generate Self-signed Certificates](/dm/dm-generate-self-signed-certificates.md) + - Monitoring and Alerts + - [Monitoring Metrics](/dm/monitor-a-dm-cluster.md) + - [Alert Rules](/dm/dm-alert-rules.md) + - [Error Codes](/dm/dm-error-handling.md#handle-common-errors) + - [Glossary](/dm/dm-glossary.md) + - Example + - [Migrate Data Using DM](/dm/migrate-data-using-dm.md) + - [Create a Data Migration Task](/dm/quick-start-create-task.md) + - [Best Practices of Data Migration in the Shard Merge Scenario](/dm/shard-merge-best-practices.md) + - Troubleshoot + - [FAQ](/dm/dm-faq.md) + - [Handle Errors](/dm/dm-error-handling.md) + - [Release Notes](/dm/dm-release-notes.md) + - Backup & Restore (BR) + - [BR Tool Overview](/br/backup-and-restore-tool.md) + - [Use BR Command-line for Backup and Restoration](/br/use-br-command-line-tool.md) + - [BR Use Cases](/br/backup-and-restore-use-cases.md) + - [External Storages](/br/backup-and-restore-storages.md) + - BR Features + - [Auto Tune](/br/br-auto-tune.md) + - [BR FAQ](/br/backup-and-restore-faq.md) + - TiDB Binlog + - [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) + - TiCDC + - [Overview](/ticdc/ticdc-overview.md) + - [Deploy](/ticdc/deploy-ticdc.md) + - [Maintain](/ticdc/manage-ticdc.md) + - [Troubleshoot](/ticdc/troubleshoot-ticdc.md) + - [Monitor](/ticdc/monitor-ticdc.md) + - [Alert Rules](/ticdc/ticdc-alert-rules.md) + - [TiCDC OpenAPI](/ticdc/ticdc-open-api.md) + - [TiCDC Open Protocol](/ticdc/ticdc-open-protocol.md) + - [TiCDC Canal-JSON Protocol](/ticdc/ticdc-canal-json.md) + - [Integrate TiDB with Confluent Platform](/ticdc/integrate-confluent-using-ticdc.md) + - [Glossary](/ticdc/ticdc-glossary.md) + - [Dumpling](/dumpling-overview.md) + - sync-diff-inspector + - [Overview](/sync-diff-inspector/sync-diff-inspector-overview.md) + - [Data Check for Tables with Different Schema/Table Names](/sync-diff-inspector/route-diff.md) + - [Data Check in the Sharding Scenario](/sync-diff-inspector/shard-diff.md) + - [Data Check for TiDB Upstream/Downstream Clusters](/sync-diff-inspector/upstream-downstream-diff.md) + - [Data Check in the DM Replication Scenario](/sync-diff-inspector/dm-diff.md) + - TiSpark + - [User Guide](/tispark-overview.md) +- Reference + - Cluster Architecture + - [Overview](/tidb-architecture.md) + - [Storage](/tidb-storage.md) + - [Computing](/tidb-computing.md) + - [Scheduling](/tidb-scheduling.md) + - Key Monitoring Metrics + - [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) +>>>>>>> c895704e1 (delete adopters.md (#8725)) - Secure - Transport Layer Security (TLS) - [Enable TLS For MySQL Clients](/encrypted-connections-with-tls-protocols.md) diff --git a/_index.md b/_index.md index 2c8509eb5216b..51275621a50ad 100644 --- a/_index.md +++ b/_index.md @@ -1,7 +1,12 @@ --- title: TiDB Introduction +<<<<<<< HEAD summary: Learn how to quickly start a TiDB cluster. aliases: ['/docs/v2.1/'] +======= +summary: Learn about the NewSQL database TiDB that supports HTAP workloads. +aliases: ['/docs/dev/','/docs/dev/adopters/','/tidb/dev/adopters'] +>>>>>>> c895704e1 (delete adopters.md (#8725)) --- # TiDB Introduction @@ -15,7 +20,16 @@ TiDB can be deployed on-premise or in-cloud. The following deployment options ar - [Docker Deployment](/test-deployment-using-docker.md): This guide describes how to deploy TiDB using Docker. - [Binary Tarball Deployment](/production-deployment-from-binary-tarball.md): This guide describes how to deploy TiDB from a binary tarball in production. Guides for [development](/deploy-tidb-from-binary.md) and [testing](/test-deployment-from-binary-tarball.md) environments are also available. +<<<<<<< HEAD ## Community Provided Blog Posts & Tutorials +======= +- [TiDB Introduction](/overview.md) +- [Basic Features](/basic-features.md) +- [TiDB 6.0 Release Notes](/releases/release-6.0.0-dmr.md) +- [TiDB Release Timeline](/releases/release-timeline.md) +- [Compatibility with MySQL](/mysql-compatibility.md) +- [Usage Limitations](/tidb-limitations.md) +>>>>>>> c895704e1 (delete adopters.md (#8725)) The following list collects deployment guides and tutorials from the community. The content is subject to change by the contributors. From 69e1630912e367106b03dd4d74cc22a221e892bb Mon Sep 17 00:00:00 2001 From: Ran Date: Wed, 25 May 2022 20:05:24 +0800 Subject: [PATCH 2/3] resolve conflict Signed-off-by: Ran --- TOC.md | 438 ---------------------------------------------------- _index.md | 16 +- adopters.md | 104 ------------- 3 files changed, 1 insertion(+), 557 deletions(-) delete mode 100644 adopters.md diff --git a/TOC.md b/TOC.md index 8ac4f1b5e17d5..99f2fb96cbb95 100644 --- a/TOC.md +++ b/TOC.md @@ -4,7 +4,6 @@ - Introduction - [TiDB Introduction](/overview.md) - Benchmarks -<<<<<<< HEAD - [How to Test TiDB Using Sysbench](/benchmark/benchmark-tidb-using-sysbench.md) - [Sysbench Performance Test - v2.1 vs. v2.0](/benchmark/v2.1-performance-benchmarking-with-sysbench.md) - [TPC-H 50G Performance Test - v2.1 vs. v2.0](/benchmark/v2.1-performance-benchmarking-with-tpch.md) @@ -56,442 +55,6 @@ - Configure - [Time Zone](/configure-time-zone.md) - [Memory Control](/configure-memory-usage.md) -======= - - [v6.0 Sysbench Performance Test Report](/benchmark/benchmark-sysbench-v6.0.0-vs-v5.4.0.md) - - [v6.0 TPC-C Performance Test Report](/benchmark/v6.0-performance-benchmarking-with-tpcc.md) - - [Performance Comparison between TiFlash and Greenplum/Spark](/benchmark/v6.0-performance-benchmarking-with-tpch.md) - - [MySQL Compatibility](/mysql-compatibility.md) - - [TiDB Limitations](/tidb-limitations.md) - - [Credits](/credits.md) -- Quick Start - - [Try Out TiDB](/quick-start-with-tidb.md) - - [Try Out 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) -- Deploy - - [Software and Hardware Requirements](/hardware-and-software-requirements.md) - - [Environment Configuration Checklist](/check-before-deployment.md) - - Plan Cluster Topology - - [Minimal Topology](/minimal-deployment-topology.md) - - [TiFlash Topology](/tiflash-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 (Recommended)](/production-deployment-using-tiup.md) - - [Deploy in 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) - - [Test TiDB Using TPC-C](/benchmark/benchmark-tidb-using-tpcc.md) -- Migrate - - [Overview](/migration-overview.md) - - [Migration Tools](/migration-tools.md) - - Migration Scenarios - - [Migrate from Aurora](/migrate-aurora-to-tidb.md) - - [Migrate MySQL of Small Datasets](/migrate-small-mysql-to-tidb.md) - - [Migrate MySQL of Large Datasets](/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 CSV Files](/migrate-from-csv-files-to-tidb.md) - - [Migrate from SQL Files](/migrate-from-sql-files-to-tidb.md) - - [Migrate from One TiDB Cluster to Another TiDB Cluster](/migrate-from-tidb-to-tidb.md) - - [Replicate Data from TiDB to Kafka](/replicate-data-to-kafka.md) - - Advanced Migration - - [Continuous Replication with gh-ost or pt-osc](/migrate-with-pt-ghost.md) - - [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) -- Maintain - - Upgrade - - [Use TiUP (Recommended)](/upgrade-tidb-using-tiup.md) - - [Use TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable/upgrade-a-tidb-cluster) - - Scale - - [Use TiUP (Recommended)](/scale-tidb-using-tiup.md) - - [Use TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable/scale-a-tidb-cluster) - - Backup and Restore - - Use BR Tool (Recommended) - - [BR Tool Overview](/br/backup-and-restore-tool.md) - - [Use BR Command-line for Backup and Restoration](/br/use-br-command-line-tool.md) - - [BR Use Cases](/br/backup-and-restore-use-cases.md) - - External Storages - - [External Storages Overview](/br/backup-and-restore-storages.md) - - [Back up and Restore Data on Azure Blob Storage](/br/backup-and-restore-azblob.md) - - BR Features - - [Auto Tune](/br/br-auto-tune.md) - - [Batch Create Table](/br/br-batch-create-table.md) - - [BR FAQ](/br/backup-and-restore-faq.md) - - [Configure Time Zone](/configure-time-zone.md) - - [Daily Checklist](/daily-check.md) - - [Maintain TiFlash](/tiflash/maintain-tiflash.md) - - [Maintain TiDB Using TiUP](/maintain-tidb-using-tiup.md) - - [Modify Configuration Online](/dynamic-config.md) - - [Online Unsafe Recovery](/online-unsafe-recovery.md) - - [Replicate Data Between Primary and Secondary Clusters](/replicate-betwwen-primary-and-secondary-clusters.md) -- Monitor and Alert - - [Monitoring Framework Overview](/tidb-monitoring-framework.md) - - [Monitoring API](/tidb-monitoring-api.md) - - [Deploy Monitoring Services](/deploy-monitoring-services.md) - - [Export Grafana Snapshots](/exporting-grafana-snapshots.md) - - [TiDB Cluster Alert Rules](/alert-rules.md) - - [TiFlash Alert Rules](/tiflash/tiflash-alert-rules.md) - - [Customize Configurations of Monitoring Servers](/tiup/customized-montior-in-tiup-environment.md) -- Troubleshoot - - [TiDB Troubleshooting Map](/tidb-troubleshooting-map.md) - - [Identify Slow Queries](/identify-slow-queries.md) - - [Analyze Slow Queries](/analyze-slow-queries.md) - - [SQL Diagnostics](/information-schema/information-schema-sql-diagnostics.md) - - [Identify Expensive Queries Using Top SQL](/dashboard/top-sql.md) - - [Identify Expensive Queries Using Logs](/identify-expensive-queries.md) - - [Statement Summary Tables](/statement-summary-tables.md) - - [Troubleshoot Hotspot Issues](/troubleshoot-hot-spot-issues.md) - - [Troubleshoot Increased Read and Write Latency](/troubleshoot-cpu-issues.md) - - [Save and Restore the On-Site Information of a Cluster](/sql-plan-replayer.md) - - [Troubleshoot Cluster Setup](/troubleshoot-tidb-cluster.md) - - [Troubleshoot High Disk I/O Usage](/troubleshoot-high-disk-io.md) - - [Troubleshoot Lock Conflicts](/troubleshoot-lock-conflicts.md) - - [Troubleshoot TiFlash](/tiflash/troubleshoot-tiflash.md) - - [Troubleshoot Write Conflicts in Optimistic Transactions](/troubleshoot-write-conflicts.md) - - [Troubleshoot Inconsistency Between Data and Indexes](/troubleshoot-data-inconsistency-errors.md) -- Performance Tuning - - System Tuning - - [Operating System Tuning](/tune-operating-system.md) - - Software Tuning - - Configuration - - [Tune TiDB Memory](/configure-memory-usage.md) - - [Tune TiKV Threads](/tune-tikv-thread-performance.md) - - [Tune TiKV Memory](/tune-tikv-memory-performance.md) - - [TiKV Follower Read](/follower-read.md) - - [TiFlash Tuning](/tiflash/tune-tiflash-performance.md) - - [Coprocessor Cache](/coprocessor-cache.md) - - SQL Tuning - - [Overview](/sql-tuning-overview.md) - - Understanding the Query Execution Plan - - [Overview](/explain-overview.md) - - [`EXPLAIN` Walkthrough](/explain-walkthrough.md) - - [Indexes](/explain-indexes.md) - - [Joins](/explain-joins.md) - - [MPP Queries](/explain-mpp.md) - - [Subqueries](/explain-subqueries.md) - - [Aggregation](/explain-aggregation.md) - - [Views](/explain-views.md) - - [Partitions](/explain-partitions.md) - - SQL Optimization Process - - [Overview](/sql-optimization-concepts.md) - - Logic Optimization - - [Overview](/sql-logical-optimization.md) - - [Subquery Related Optimizations](/subquery-optimization.md) - - [Column Pruning](/column-pruning.md) - - [Decorrelation of Correlated Subquery](/correlated-subquery-optimization.md) - - [Eliminate Max/Min](/max-min-eliminate.md) - - [Predicates Push Down](/predicate-push-down.md) - - [Partition Pruning](/partition-pruning.md) - - [TopN and Limit Push Down](/topn-limit-push-down.md) - - [Join Reorder](/join-reorder.md) - - Physical Optimization - - [Overview](/sql-physical-optimization.md) - - [Index Selection](/choose-index.md) - - [Statistics](/statistics.md) - - [Wrong Index Solution](/wrong-index-solution.md) - - [Distinct Optimization](/agg-distinct-optimization.md) - - [Prepare Execution Plan Cache](/sql-prepared-plan-cache.md) - - Control Execution Plans - - [Overview](/control-execution-plan.md) - - [Optimizer Hints](/optimizer-hints.md) - - [SQL Plan Management](/sql-plan-management.md) - - [The Blocklist of Optimization Rules and Expression Pushdown](/blocklist-control-plan.md) -- Tutorials - - [Multiple Data Centers in One City Deployment](/multi-data-centers-in-one-city-deployment.md) - - [Three Data Centers in Two Cities Deployment](/three-data-centers-in-two-cities-deployment.md) - - [Two Data Centers in One City Deployment](/two-data-centers-in-one-city-deployment.md) - - Read Historical Data - - Use Stale Read (Recommended) - - [Usage Scenarios of Stale Read](/stale-read.md) - - [Perform Stale Read Using `As OF TIMESTAMP`](/as-of-timestamp.md) - - [Perform Stale Read Using `tidb_read_staleness`](/tidb-read-staleness.md) - - [Use the `tidb_snapshot` System Variable](/read-historical-data.md) - - Best Practices - - [Use TiDB](/best-practices/tidb-best-practices.md) - - [Java Application Development](/best-practices/java-app-best-practices.md) - - [Use HAProxy](/best-practices/haproxy-best-practices.md) - - [Highly Concurrent Write](/best-practices/high-concurrency-best-practices.md) - - [Grafana Monitoring](/best-practices/grafana-monitor-best-practices.md) - - [PD Scheduling](/best-practices/pd-scheduling-best-practices.md) - - [TiKV Performance Tuning with Massive Regions](/best-practices/massive-regions-best-practices.md) - - [Three-node Hybrid Deployment](/best-practices/three-nodes-hybrid-deployment.md) - - [Local Read Under Three Data Centers Deployment](/best-practices/three-dc-local-read.md) - - [Use Placement Rules](/configure-placement-rules.md) - - [Use Load Base Split](/configure-load-base-split.md) - - [Use Store Limit](/configure-store-limit.md) -- TiDB Tools - - [Overview](/ecosystem-tool-user-guide.md) - - [Use Cases](/ecosystem-tool-user-case.md) - - [Download](/download-ecosystem-tools.md) - - TiUP - - [Documentation Map](/tiup/tiup-documentation-guide.md) - - [Overview](/tiup/tiup-overview.md) - - [Terminology and Concepts](/tiup/tiup-terminology-and-concepts.md) - - [Manage TiUP Components](/tiup/tiup-component-management.md) - - [FAQ](/tiup/tiup-faq.md) - - [Troubleshooting Guide](/tiup/tiup-troubleshooting-guide.md) - - Command Reference - - [Overview](/tiup/tiup-reference.md) - - TiUP Commands - - [tiup clean](/tiup/tiup-command-clean.md) - - [tiup completion](/tiup/tiup-command-completion.md) - - [tiup env](/tiup/tiup-command-env.md) - - [tiup help](/tiup/tiup-command-help.md) - - [tiup install](/tiup/tiup-command-install.md) - - [tiup list](/tiup/tiup-command-list.md) - - tiup mirror - - [Overview](/tiup/tiup-command-mirror.md) - - [tiup mirror clone](/tiup/tiup-command-mirror-clone.md) - - [tiup mirror genkey](/tiup/tiup-command-mirror-genkey.md) - - [tiup mirror grant](/tiup/tiup-command-mirror-grant.md) - - [tiup mirror init](/tiup/tiup-command-mirror-init.md) - - [tiup mirror merge](/tiup/tiup-command-mirror-merge.md) - - [tiup mirror modify](/tiup/tiup-command-mirror-modify.md) - - [tiup mirror publish](/tiup/tiup-command-mirror-publish.md) - - [tiup mirror rotate](/tiup/tiup-command-mirror-rotate.md) - - [tiup mirror set](/tiup/tiup-command-mirror-set.md) - - [tiup mirror sign](/tiup/tiup-command-mirror-sign.md) - - [tiup status](/tiup/tiup-command-status.md) - - [tiup telemetry](/tiup/tiup-command-telemetry.md) - - [tiup uninstall](/tiup/tiup-command-uninstall.md) - - [tiup update](/tiup/tiup-command-update.md) - - TiUP Cluster Commands - - [Overview](/tiup/tiup-component-cluster.md) - - [tiup cluster audit](/tiup/tiup-component-cluster-audit.md) - - [tiup cluster check](/tiup/tiup-component-cluster-check.md) - - [tiup cluster clean](/tiup/tiup-component-cluster-clean.md) - - [tiup cluster deploy](/tiup/tiup-component-cluster-deploy.md) - - [tiup cluster destroy](/tiup/tiup-component-cluster-destroy.md) - - [tiup cluster disable](/tiup/tiup-component-cluster-disable.md) - - [tiup cluster display](/tiup/tiup-component-cluster-display.md) - - [tiup cluster edit-config](/tiup/tiup-component-cluster-edit-config.md) - - [tiup cluster enable](/tiup/tiup-component-cluster-enable.md) - - [tiup cluster help](/tiup/tiup-component-cluster-help.md) - - [tiup cluster import](/tiup/tiup-component-cluster-import.md) - - [tiup cluster list](/tiup/tiup-component-cluster-list.md) - - [tiup cluster patch](/tiup/tiup-component-cluster-patch.md) - - [tiup cluster prune](/tiup/tiup-component-cluster-prune.md) - - [tiup cluster reload](/tiup/tiup-component-cluster-reload.md) - - [tiup cluster rename](/tiup/tiup-component-cluster-rename.md) - - [tiup cluster replay](/tiup/tiup-component-cluster-replay.md) - - [tiup cluster restart](/tiup/tiup-component-cluster-restart.md) - - [tiup cluster scale-in](/tiup/tiup-component-cluster-scale-in.md) - - [tiup cluster scale-out](/tiup/tiup-component-cluster-scale-out.md) - - [tiup cluster start](/tiup/tiup-component-cluster-start.md) - - [tiup cluster stop](/tiup/tiup-component-cluster-stop.md) - - [tiup cluster template](/tiup/tiup-component-cluster-template.md) - - [tiup cluster upgrade](/tiup/tiup-component-cluster-upgrade.md) - - TiUP DM Commands - - [Overview](/tiup/tiup-component-dm.md) - - [tiup dm audit](/tiup/tiup-component-dm-audit.md) - - [tiup dm deploy](/tiup/tiup-component-dm-deploy.md) - - [tiup dm destroy](/tiup/tiup-component-dm-destroy.md) - - [tiup dm disable](/tiup/tiup-component-dm-disable.md) - - [tiup dm display](/tiup/tiup-component-dm-display.md) - - [tiup dm edit-config](/tiup/tiup-component-dm-edit-config.md) - - [tiup dm enable](/tiup/tiup-component-dm-enable.md) - - [tiup dm help](/tiup/tiup-component-dm-help.md) - - [tiup dm import](/tiup/tiup-component-dm-import.md) - - [tiup dm list](/tiup/tiup-component-dm-list.md) - - [tiup dm patch](/tiup/tiup-component-dm-patch.md) - - [tiup dm prune](/tiup/tiup-component-dm-prune.md) - - [tiup dm reload](/tiup/tiup-component-dm-reload.md) - - [tiup dm replay](/tiup/tiup-component-dm-replay.md) - - [tiup dm restart](/tiup/tiup-component-dm-restart.md) - - [tiup dm scale-in](/tiup/tiup-component-dm-scale-in.md) - - [tiup dm scale-out](/tiup/tiup-component-dm-scale-out.md) - - [tiup dm start](/tiup/tiup-component-dm-start.md) - - [tiup dm stop](/tiup/tiup-component-dm-stop.md) - - [tiup dm template](/tiup/tiup-component-dm-template.md) - - [tiup dm upgrade](/tiup/tiup-component-dm-upgrade.md) - - [TiDB Cluster Topology Reference](/tiup/tiup-cluster-topology-reference.md) - - [DM Cluster Topology Reference](/tiup/tiup-dm-topology-reference.md) - - [Mirror Reference Guide](/tiup/tiup-mirror-reference.md) - - TiUP Components - - [tiup-playground](/tiup/tiup-playground.md) - - [tiup-cluster](/tiup/tiup-cluster.md) - - [tiup-mirror](/tiup/tiup-mirror.md) - - [tiup-bench](/tiup/tiup-bench.md) - - PingCAP Clinic Diagnostic Service (Technical Preview) - - [Overview](/clinic/clinic-introduction.md) - - [Use PingCAP Clinic](/clinic/clinic-user-guide-for-tiup.md) - - [PingCAP Clinic Diagnostic Data](/clinic/clinic-data-instruction-for-tiup.md) - - [TiDB Operator](/tidb-operator-overview.md) - - [Dumpling](/dumpling-overview.md) - - TiDB Lightning - - [Overview](/tidb-lightning/tidb-lightning-overview.md) - - Prechecks and requirements - - [Prechecks](/tidb-lightning/tidb-lightning-prechecks.md) - - [Downstream privilege requirements](/tidb-lightning/tidb-lightning-requirements.md) - - [Downstream storage space requirements](/tidb-lightning/tidb-lightning-requirements.md#downstream-storage-space-requirements) - - Key Features - - [Checkpoints](/tidb-lightning/tidb-lightning-checkpoints.md) - - [Table Filter](/table-filter.md) - - [CSV Support](/tidb-lightning/migrate-from-csv-using-tidb-lightning.md) - - [Backends](/tidb-lightning/tidb-lightning-backends.md) - - [Import Data in Parallel](/tidb-lightning/tidb-lightning-distributed-import.md) - - [Error Resolution](/tidb-lightning/tidb-lightning-error-resolution.md) - - [Web Interface](/tidb-lightning/tidb-lightning-web-interface.md) - - [Tutorial](/get-started-with-tidb-lightning.md) - - [Deploy](/tidb-lightning/deploy-tidb-lightning.md) - - [Configure](/tidb-lightning/tidb-lightning-configuration.md) - - [Monitor](/tidb-lightning/monitor-tidb-lightning.md) - - [FAQ](/tidb-lightning/tidb-lightning-faq.md) - - [Glossary](/tidb-lightning/tidb-lightning-glossary.md) - - TiDB Data Migration - - [About TiDB Data Migration](/dm/dm-overview.md) - - [Quick Start](/dm/quick-start-with-dm.md) - - Deploy a DM cluster - - [Hardware and Software Requirements](/dm/dm-hardware-and-software-requirements.md) - - [Use TiUP (Recommended)](/dm/deploy-a-dm-cluster-using-tiup.md) - - [Use TiUP Offline](/dm/deploy-a-dm-cluster-using-tiup-offline.md) - - [Use Binary](/dm/deploy-a-dm-cluster-using-binary.md) - - [Use Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/dev/deploy-tidb-dm) - - Tutorials - - [Create a Data Source](/dm/quick-start-create-source.md) - - [Manage Data Sources](/dm/dm-manage-source.md) - - [Configure Tasks](/dm/dm-task-configuration-guide.md) - - [Table Routing](/dm/dm-key-features.md) - - [Block and Allow Lists](/dm/dm-key-features.md#block-and-allow-table-lists) - - [Binlog Event Filter](/dm/dm-key-features.md#binlog-event-filter) - - [Filter DMLs Using SQL Expressions](/dm/feature-expression-filter.md) - - Manage a Data Migration Task - - [Precheck a Task](/dm/dm-precheck.md) - - [Create a Task](/dm/dm-create-task.md) - - [Query Status](/dm/dm-query-status.md) - - [Pause a Task](/dm/dm-pause-task.md) - - [Resume a Task](/dm/dm-resume-task.md) - - [Stop a Task](/dm/dm-stop-task.md) - - Advanced Tutorials - - Merge and Migrate Data from Sharded Tables - - [Overview](/dm/feature-shard-merge.md) - - [Pessimistic Mode](/dm/feature-shard-merge-pessimistic.md) - - [Optimistic Mode](/dm/feature-shard-merge-optimistic.md) - - [Manually Handle Sharding DDL Lock](/dm/manually-handling-sharding-ddl-locks.md) - - [Migrate from MySQL Databases that Use GH-ost/PT-osc](/dm/feature-online-ddl.md) - - [Migrate Data to a Downstream TiDB Table with More Columns](/migrate-with-more-columns-downstream.md) - - Maintain - - Cluster Upgrade - - [Maintain DM Clusters Using TiUP (Recommended)](/dm/maintain-dm-using-tiup.md) - - [Manually Upgrade from v1.0.x to v2.0+](/dm/manually-upgrade-dm-1.0-to-2.0.md) - - Tools - - [Manage Using WebUI](/dm/dm-webui-guide.md) - - [Manage Using dmctl](/dm/dmctl-introduction.md) - - Performance Tuning - - [Benchmarks](/dm/dm-benchmark-v5.4.0.md) - - [Optimize Configurations](/dm/dm-tune-configuration.md) - - [Test DM Performance](/dm/dm-performance-test.md) - - [Handle Performance Issues](/dm/dm-handle-performance-issues.md) - - Manage Data Sources - - [Switch the MySQL Instance to Be Migrated](/dm/usage-scenario-master-slave-switch.md) - - Manage Tasks - - [Handle Failed DDL Statements](/dm/handle-failed-ddl-statements.md) - - [Manage Schemas of Tables to be Migrated](/dm/dm-manage-schema.md) - - [Export and Import Data Sources and Task Configurations of Clusters](/dm/dm-export-import-config.md) - - [Handle Alerts](/dm/dm-handle-alerts.md) - - [Daily Check](/dm/dm-daily-check.md) - - Reference - - Architecture - - [DM Architecture](/dm/dm-arch.md) - - [DM-worker](/dm/dm-worker-intro.md) - - [Relay Log](/dm/relay-log.md) - - Command Line - - [DM-master & DM-worker](/dm/dm-command-line-flags.md) - - Configuration Files - - [Overview](/dm/dm-config-overview.md) - - [Upstream Database Configurations](/dm/dm-source-configuration-file.md) - - [Task Configurations](/dm/task-configuration-file-full.md) - - [DM-master Configuration](/dm/dm-master-configuration-file.md) - - [DM-worker Configuration](/dm/dm-worker-configuration-file.md) - - [Table Selector](/dm/table-selector.md) - - [OpenAPI](/dm/dm-open-api.md) - - [Compatibility Catalog](/dm/dm-compatibility-catalog.md) - - Secure - - [Enable TLS for DM Connections](/dm/dm-enable-tls.md) - - [Generate Self-signed Certificates](/dm/dm-generate-self-signed-certificates.md) - - Monitoring and Alerts - - [Monitoring Metrics](/dm/monitor-a-dm-cluster.md) - - [Alert Rules](/dm/dm-alert-rules.md) - - [Error Codes](/dm/dm-error-handling.md#handle-common-errors) - - [Glossary](/dm/dm-glossary.md) - - Example - - [Migrate Data Using DM](/dm/migrate-data-using-dm.md) - - [Create a Data Migration Task](/dm/quick-start-create-task.md) - - [Best Practices of Data Migration in the Shard Merge Scenario](/dm/shard-merge-best-practices.md) - - Troubleshoot - - [FAQ](/dm/dm-faq.md) - - [Handle Errors](/dm/dm-error-handling.md) - - [Release Notes](/dm/dm-release-notes.md) - - Backup & Restore (BR) - - [BR Tool Overview](/br/backup-and-restore-tool.md) - - [Use BR Command-line for Backup and Restoration](/br/use-br-command-line-tool.md) - - [BR Use Cases](/br/backup-and-restore-use-cases.md) - - [External Storages](/br/backup-and-restore-storages.md) - - BR Features - - [Auto Tune](/br/br-auto-tune.md) - - [BR FAQ](/br/backup-and-restore-faq.md) - - TiDB Binlog - - [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) - - TiCDC - - [Overview](/ticdc/ticdc-overview.md) - - [Deploy](/ticdc/deploy-ticdc.md) - - [Maintain](/ticdc/manage-ticdc.md) - - [Troubleshoot](/ticdc/troubleshoot-ticdc.md) - - [Monitor](/ticdc/monitor-ticdc.md) - - [Alert Rules](/ticdc/ticdc-alert-rules.md) - - [TiCDC OpenAPI](/ticdc/ticdc-open-api.md) - - [TiCDC Open Protocol](/ticdc/ticdc-open-protocol.md) - - [TiCDC Canal-JSON Protocol](/ticdc/ticdc-canal-json.md) - - [Integrate TiDB with Confluent Platform](/ticdc/integrate-confluent-using-ticdc.md) - - [Glossary](/ticdc/ticdc-glossary.md) - - [Dumpling](/dumpling-overview.md) - - sync-diff-inspector - - [Overview](/sync-diff-inspector/sync-diff-inspector-overview.md) - - [Data Check for Tables with Different Schema/Table Names](/sync-diff-inspector/route-diff.md) - - [Data Check in the Sharding Scenario](/sync-diff-inspector/shard-diff.md) - - [Data Check for TiDB Upstream/Downstream Clusters](/sync-diff-inspector/upstream-downstream-diff.md) - - [Data Check in the DM Replication Scenario](/sync-diff-inspector/dm-diff.md) - - TiSpark - - [User Guide](/tispark-overview.md) -- Reference - - Cluster Architecture - - [Overview](/tidb-architecture.md) - - [Storage](/tidb-storage.md) - - [Computing](/tidb-computing.md) - - [Scheduling](/tidb-scheduling.md) - - Key Monitoring Metrics - - [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) ->>>>>>> c895704e1 (delete adopters.md (#8725)) - Secure - Transport Layer Security (TLS) - [Enable TLS For MySQL Clients](/encrypted-connections-with-tls-protocols.md) @@ -768,7 +331,6 @@ - Contribute - [Contribute to TiDB](/contribute.md#contribute-to-tidb) - [Improve the Docs](/contribute.md#improve-the-docs) -- [Adopters](/adopters.md) - Releases - [All Releases](/releases/release-notes.md) - v2.1 diff --git a/_index.md b/_index.md index 51275621a50ad..f669cc03b12c6 100644 --- a/_index.md +++ b/_index.md @@ -1,12 +1,7 @@ --- title: TiDB Introduction -<<<<<<< HEAD summary: Learn how to quickly start a TiDB cluster. -aliases: ['/docs/v2.1/'] -======= -summary: Learn about the NewSQL database TiDB that supports HTAP workloads. -aliases: ['/docs/dev/','/docs/dev/adopters/','/tidb/dev/adopters'] ->>>>>>> c895704e1 (delete adopters.md (#8725)) +aliases: ['/docs/v2.1/','/tidb/v2.1/adopters'] --- # TiDB Introduction @@ -20,16 +15,7 @@ TiDB can be deployed on-premise or in-cloud. The following deployment options ar - [Docker Deployment](/test-deployment-using-docker.md): This guide describes how to deploy TiDB using Docker. - [Binary Tarball Deployment](/production-deployment-from-binary-tarball.md): This guide describes how to deploy TiDB from a binary tarball in production. Guides for [development](/deploy-tidb-from-binary.md) and [testing](/test-deployment-from-binary-tarball.md) environments are also available. -<<<<<<< HEAD ## Community Provided Blog Posts & Tutorials -======= -- [TiDB Introduction](/overview.md) -- [Basic Features](/basic-features.md) -- [TiDB 6.0 Release Notes](/releases/release-6.0.0-dmr.md) -- [TiDB Release Timeline](/releases/release-timeline.md) -- [Compatibility with MySQL](/mysql-compatibility.md) -- [Usage Limitations](/tidb-limitations.md) ->>>>>>> c895704e1 (delete adopters.md (#8725)) The following list collects deployment guides and tutorials from the community. The content is subject to change by the contributors. diff --git a/adopters.md b/adopters.md deleted file mode 100644 index 9d5ef6796d048..0000000000000 --- a/adopters.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: TiDB Adopters -summary: Learn about the list of TiDB adopters in various industries. -aliases: ['/docs/v2.1/adopters/'] ---- - -# TiDB Adopters - -This is a list of TiDB adopters in various industries. - -| Company | Industry | Case studies | -| :--- | :--- | :--- | -|[SHAREit Group](https://www.crunchbase.com/organization/shareit-2)|Internet|[English](https://pingcap.com/case-studies/why-shareit-selects-tikv-for-data-storage-for-its-2.4-billion-user-business); [Chinese](https://pingcap.com/zh/blog/devcon-2021-shareit)| -|[China Telecom Bestpay](https://www.crunchbase.com/organization/orange-finance)|Mobile Payment|[English](https://pingcap.com/case-studies/how-we-process-data-five-times-more-efficiently-using-a-scale-out-mysql-alternative/); [Chinese](https://pingcap.com/cases-cn/user-case-bestpay/)| -|[VNG](https://en.wikipedia.org/wiki/VNG_Corporation)|Mobile Payment|English [#1](https://pingcap.com/case-studies/tidb-at-zalopay-infrastructure-lesson-learned/), [#2](https://pingcap.com/case-studies/zalopay-using-a-scale-out-mysql-alternative-to-serve-millions-of-users)| -|[Ping++](https://www.crunchbase.com/organization/ping-5)|Mobile Payment|| -|[LianLian Tech](https://www.crunchbase.com/organization/lianlian-pay)|Mobile Payment|| -|[U-Next](https://www.crunchbase.com/organization/u-next)|Media and Entertainment|[English](https://pingcap.com/case-studies/running-a-scale-out-database-on-arm-as-mysql-alternative/)| -|[Dailymotion](https://en.wikipedia.org/wiki/Dailymotion)|Media and Entertainment|| -|[iQIYI](https://en.wikipedia.org/wiki/IQiyi)|Media and Entertainment|English [#1](https://pingcap.com/case-studies/tidb-in-iqiyi/), [#2](https://pingcap.com/case-studies/how-tidb-powers-real-time-analytics-for-a-streaming-media-giant); [Chinese](https://pingcap.com/zh/case/user-case-iq)| -|[BookMyShow](https://www.crunchbase.com/organization/bookmyshow)|Media and Entertainment|[English](https://pingcap.com/case-studies/tidb-in-bookmyshow/)| -|[Yiguo.com](https://www.crunchbase.com/organization/shanghai-yiguo-electron-business)|E-commerce|[English](https://www.datanami.com/2018/02/22/hybrid-database-capturing-perishable-insights-yiguo/)| -|[Shopee](https://en.wikipedia.org/wiki/Shopee)|E-commerce|English [#1](https://pingcap.com/case-studies/tidb-in-shopee/), [#2](https://pingcap.com/case-studies/choosing-right-database-for-your-applications)| -|[Zhuan Zhuan](https://www.crunchbase.com/organization/zhuan-zhuan)|E-commerce|English [#1](https://pingcap.com/case-studies/tidb-in-zhuanzhuan/), [#2](https://pingcap.com/case-studies/scale-out-database-powers-china-letgo-with-reduced-maintenance-costs)| -|[Xiaohongshu](https://en.wikipedia.org/wiki/Xiaohongshu)|E-commerce|[English](https://pingcap.com/case-studies/how-we-use-a-scale-out-htap-database-for-real-time-analytics-and-complex-queries); [Chinese](https://pingcap.com/zh/case/user-case-xiaohongshu/)| -|[Meituan](https://www.crunchbase.com/organization/meituan)|E-commerce|English [#1](https://pingcap.com/case-studies/migrating-from-mysql-to-a-scale-out-database-to-serve-our-290-million-monthly-users), [#2](https://pingcap.com/case-studies/how-we-use-a-mysql-alternative-to-avoid-sharding-and-provide-strong-consistency); [Chinese](https://pingcap.com/zh/case/user-case-meituandianping)| -|[Happigo.com](https://www.crunchbase.com/organization/happigo-com)|E-commerce|| -|[Yimutian](https://www.crunchbase.com/organization/yimutian)|E-commerce|| -|[Youju Tech](https://nn.yjyz.com/)|E-commerce|| -|[Maizuo](https://www.crunchbase.com/organization/maizhuo)|E-commerce|| -|[Mogujie](https://www.crunchbase.com/organization/mogujie)|E-commerce|| -|[Zhihu](https://en.wikipedia.org/wiki/Zhihu)|Knowledge Sharing|English [#1](https://pingcap.com/case-studies/lesson-learned-from-queries-over-1.3-trillion-rows-of-data-within-milliseconds-of-response-time-at-zhihu/), [#2](https://pingcap.com/case-studies/horizontally-scaling-hive-metastore-database-by-migrating-from-mysql-to-tidb), [#3](https://pingcap.com/case-studies/boosting-big-data-performance-by-combining-tidb-with-hive-and-hdfs)| -|[PatSnap](https://www.crunchbase.com/organization/patsnap)|Artificial Intelligence| [English](https://pingcap.com/case-studies/why-we-chose-a-scale-out-data-warehouse-for-real-time-analytics); [Chinese](https://pingcap.com/zh/case/user-case-patsnap)| -|[JD Cloud](https://www.crunchbase.com/organization/jd-cloud)|Cloud Computing|[English](https://pingcap.com/case-studies/lesson-learned-from-40-k-qps-and-20-billion-rows-of-data-in-a-single-scale-out-cluster/)| -|[Mobike](https://en.wikipedia.org/wiki/Mobike)|Ridesharing|[English](https://pingcap.com/case-studies/tidb-in-mobike)| -|[Autohome](https://www.crunchbase.com/organization/autohome)|Automobile|[English](https://pingcap.com/case-studies/reduce-real-time-query-latency-from-0.5s-to-0.01s-with-scale-out-htap-database); [Chinese](https://pingcap.com/cases-cn/user-case-qichezhijia/)| -|[Chehaoduo](https://www.crunchbase.com/organization/guazi-com)|Automobile|[English](https://pingcap.com/case-studies/top-car-trading-platform-chooses-scale-out-database-as-mysql-alternative)| -|[Xiaomi](https://en.wikipedia.org/wiki/Xiaomi)|Consumer Electronics|English [#1](https://pingcap.com/case-studies/tidb-in-xiaomi), [#2](https://pingcap.com/case-studies/a-mysql-alternative-scale-out-database-helps-xiaomi-hyper-growth)| -|[LY.com](https://www.crunchbase.com/organization/ly-com)|Travel|| -|[Qunar.com](https://www.crunchbase.com/organization/qunar-com)|Travel|| -|[Hulu](https://www.hulu.com)|Entertainment|| -|[PalFish](https://www.crunchbase.com/organization/palfish)|EdTech|[English](https://pingcap.com/case-studies/embracing-newsql-why-we-chose-tidb-over-mongodb-and-mysql); [Chinese](https://pingcap.com/zh/case/user-case-banyu)| -|[VIPKid](https://www.crunchbase.com/organization/vipkid)|EdTech|[English](https://pingcap.com/case-studies/why-we-chose-a-distributed-sql-database-to-complement-mysql); [Chinese](https://pingcap.com/cases-cn/user-case-vipkid/)| -|[Yuanfudao.com](https://www.crunchbase.com/organization/yuanfudao)|EdTech|[English](https://pingcap.com/blog/2017-08-08-tidbforyuanfudao/)| -|[Bank of Beijing](https://en.wikipedia.org/wiki/Bank_of_Beijing)|Banking|[English](https://pingcap.com/case-studies/how-we-use-a-distributed-database-to-achieve-horizontal-scaling-without-downtime); [Chinese](https://pingcap.com/zh/case/user-case-beijing-bank)| -|[WeBank](https://en.wikipedia.org/wiki/WeBank_(China))|Banking|[English](https://pingcap.com/case-studies/how-we-reduced-batch-processing-time-by-58-percent-with-a-scale-out-mysql-alternative/); [Chinese](https://pingcap.com/zh/case/user-case-webank)| -|[Bank of China](https://en.wikipedia.org/wiki/Bank_of_China) | Banking | [English](https://pingcap.com/case-studies/how-bank-of-china-uses-a-scale-out-database-to-support-zabbix-monitoring-at-scale); [Chinese](https://pingcap.com/cases-cn/user-case-bank-of-china/) | -|[China Zheshang Bank](https://en.wikipedia.org/wiki/China_Zheshang_Bank)|Banking|[English](https://pingcap.com/case-studies/reduce-query-latency-from-seconds-to-milliseconds-with-a-scale-out-database); [Chinese](https://pingcap.com/cases-cn/user-case-zheshang-bank/)| -|[Industrial and Commercial Bank of China](https://en.wikipedia.org/wiki/Industrial_and_Commercial_Bank_of_China)|Banking|| -|[Ping An Life Insurance](https://www.bloomberg.com/profile/company/OPAHWZ:CH)|Insurance|[English](https://pingcap.com/case-studies/how-chinas-insurance-giant-improved-agile-application-performance-with-a-newsql-database); [Chinese](https://pingcap.com/cases-cn/user-case-pingan/)| -|[Yimian Data](https://www.crunchbase.com/organization/yimian-data)|Big Data|| -|[CAASDATA](https://www.caasdata.com/)|Big Data|| -|[58.com](https://www.crunchbase.com/organization/58-com)|Advertising|[English](https://pingcap.com/case-studies/no-sharding-no-etl-use-scale-out-mysql-alternative-to-store-160-tb-of-data); [Chinese](https://pingcap.com/cases-cn/user-case-58/)| -|[Mobikok](https://www.linkedin.com/company/shenzhen-keke-network-technology-co.-ltd./)|AdTech|| -|[Ninja Van](https://www.crunchbase.com/organization/ninja-van-2)| Logistics|[English](https://pingcap.com/case-studies/choose-a-mysql-alternative-over-vitess-and-crdb-to-scale-out-our-databases-on-k8s)| -|[ZTO Express](https://www.crunchbase.com/organization/zto-express)| Logistics|[English](https://pingcap.com/case-studies/why-we-migrated-from-exadata-to-a-scale-out-htap-database-for-near-real-time-analytics); [Chinese](https://pingcap.com/cases-cn/user-case-zto-express/)| -|[JD.com](https://en.wikipedia.org/wiki/JD.com)|Logistics|[English](https://pingcap.com/case-studies/8x-system-performance-boost-why-we-migrated-from-mysql-to-newsql-database); [Chinese](https://pingcap.com/zh/case/user-case-jdl)| -|[G7 Networks](https://www.crunchbase.com/organization/g7)| Logistics|| -|[Hive-Box](http://www.fcbox.com/en/pc/index.html#/)|Logistics|| -|[NetEase Games](https://www.linkedin.com/company/netease-games)|Gaming|[English](https://pingcap.com/case-studies/why-we-chose-tidb-over-other-mysql-based-and-newsql-storage-solutions); [Chinese](https://pingcap.com/cases-cn/user-case-wangyihuyu/)| -|[GAEA](http://www.gaea.com/en/)|Gaming|[English](https://pingcap.com/case-studies/2017-05-22-Comparison-between-MySQL-and-TiDB-with-tens-of-millions-of-data-per-day)| -|[Kunlun](https://www.crunchbase.com/organization/kunlun)|Gaming|[English](https://pingcap.com/case-studies/empowering-your-gaming-application-with-a-scale-out-newsql-database)| -|[YOOZOO Games](https://www.crunchbase.com/organization/yoozoo-games)|Gaming|| -|[Seasun Games](https://www.crunchbase.com/organization/seasun)|Gaming|| -|[FUNYOURS JAPAN](https://www.funyours.co.jp/#/company)|Gaming|| -|[Hoodinn](https://www.crunchbase.com/organization/hoodinn)|Gaming|| -|[SEA group](https://sea-group.org/?lang=en)|Gaming|| -|[Zhaopin.com](https://www.crunchbase.com/organization/zhaopin)|Recruiting|| -|[BIGO](https://www.crunchbase.com/organization/bigo-technology)|Live Streaming|[English](https://pingcap.com/case-studies/why-we-chose-an-htap-database-over-mysql-for-horizontal-scaling-and-complex-queries/); [Chinese](https://pingcap.com/cases-cn/user-case-bigo/)| -|[Huya Live](https://en.wikipedia.org/wiki/Huya_Live)|Live Streaming|[English](https://pingcap.com/case-studies/how-we-scale-out-databases-and-get-big-data-queries-6x-faster-with-a-mysql-alternative); [Chinese](https://pingcap.com/zh/case/user-case-huya)| -|[Panda.tv](https://www.crunchbase.com/organization/panda-tv)|Live Streaming|| -|[Phoenix New Media](https://www.crunchbase.com/organization/phoenix-new-media)|Media|| -|[Tencent OMG](https://en.wikipedia.org/wiki/Tencent)|Media|| -|[Terren](https://www.crunchbase.com/organization/terren)|Media|| -|[LeCloud](https://www.crunchbase.com/organization/letv-2)|Media|| -|[Miaopai](https://en.wikipedia.org/wiki/Miaopai)|Media|| -|[Meizu](https://en.wikipedia.org/wiki/Meizu)|Media|| -|[Sogou](https://en.wikipedia.org/wiki/Sogou)|MediaTech|| -|[Gengmei](https://www.crunchbase.com/organization/gengmei)|Plastic Surgery|| -|[Keruyun](https://www.crunchbase.com/organization/keruyun-technology-beijing-co-ltd)|SaaS|| -|[LinkDoc Technology](https://www.crunchbase.com/organization/linkdoc-technology)|HealthTech|| -|[Chunyu Yisheng](https://www.crunchbase.com/organization/chunyu)|HealthTech|| -|[Qutoutiao](https://www.crunchbase.com/organization/qutoutiao)|Social Network|| -|[Jinri Toutiao](https://en.wikipedia.org/wiki/Toutiao)|Mobile News Platform|| -|[360 Finance](https://www.crunchbase.com/organization/360-finance)|FinTech|[Chinese](https://pingcap.com/cases-cn/user-case-360/)| -|[Tongdun Technology](https://www.crunchbase.com/organization/tongdun-technology)|FinTech|| -|[Wacai](https://www.crunchbase.com/organization/wacai)|FinTech|| -|[Tree Finance](https://www.facebook.com/treefinancegroup/)|FinTech|| -|[Mashang Consumer Finance](https://www.crunchbase.com/organization/ms-finance)|FinTech|| -|[Snowball Finance](https://www.crunchbase.com/organization/snowball-finance)|FinTech|| -|[QuantGroup](https://www.crunchbase.com/organization/quantgroup)|FinTech|| -|[FINUP](https://www.crunchbase.com/organization/finup)|FinTech|| -|[Meili Finance](https://www.crunchbase.com/organization/meili-jinrong)|FinTech|| -|[Guolian Securities](https://www.crunchbase.com/organization/guolian-securities)|Financial Services|| -|[Founder Securities](https://www.crunchbase.com/organization/keruyun-technology-beijing-co-ltd)|Financial Services|| -|[China Telecom Shanghai](http://www.189.cn/sh/)|Telecom|| -|[State Administration of Taxation](https://en.wikipedia.org/wiki/State_Administration_of_Taxation)|Finance|| -|[Hainan eKing Technology](https://www.crunchbase.com/organization/hainan-eking-technology)|Enterprise Technology|| -|[Wuhan Antian Information Technology](https://www.avlsec.com/)|Enterprise Technology|| -|[Lenovo](https://en.wikipedia.org/wiki/Lenovo)|Enterprise Technology|| -|[2Dfire.com](http://www.2dfire.com/)|FoodTech|| -|[Acewill](https://www.crunchbase.com/organization/acewill)|FoodTech|| -|[Ausnutria Dairy](https://www.crunchbase.com/organization/ausnutria-dairy)|FoodTech|| -|[Qingdao Telaidian](https://www.teld.cn/)|Electric Car Charger|| From 5ce6df79c0509c95ab48e2cc5f0da767e47dfc78 Mon Sep 17 00:00:00 2001 From: Ran Date: Wed, 25 May 2022 20:06:05 +0800 Subject: [PATCH 3/3] Update _index.md --- _index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_index.md b/_index.md index f669cc03b12c6..3065ee43c13db 100644 --- a/_index.md +++ b/_index.md @@ -1,7 +1,7 @@ --- title: TiDB Introduction summary: Learn how to quickly start a TiDB cluster. -aliases: ['/docs/v2.1/','/tidb/v2.1/adopters'] +aliases: ['/docs/v2.1/','/tidb/v2.1/adopters','/docs/v2.1/adopters/'] --- # TiDB Introduction