diff --git a/markdown-pages/en/tidb-in-kubernetes/release-1.3/_index.md b/markdown-pages/en/tidb-in-kubernetes/release-1.3/_index.md index a49da8f468..a3e5f060b1 100644 --- a/markdown-pages/en/tidb-in-kubernetes/release-1.3/_index.md +++ b/markdown-pages/en/tidb-in-kubernetes/release-1.3/_index.md @@ -5,7 +5,7 @@ hide_sidebar: true hide_commit: true --- - + diff --git a/markdown-pages/en/tidb-in-kubernetes/release-1.5/_index.md b/markdown-pages/en/tidb-in-kubernetes/release-1.5/_index.md index 75e457e8d4..80a217a599 100644 --- a/markdown-pages/en/tidb-in-kubernetes/release-1.5/_index.md +++ b/markdown-pages/en/tidb-in-kubernetes/release-1.5/_index.md @@ -6,7 +6,7 @@ hide_sidebar: true hide_commit: true --- - + diff --git a/markdown-pages/en/tidb/master/_docHome.md b/markdown-pages/en/tidb/master/_docHome.md index 3d9a36079c..d376c34d3e 100644 --- a/markdown-pages/en/tidb/master/_docHome.md +++ b/markdown-pages/en/tidb/master/_docHome.md @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an --> -TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud. +TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud. @@ -103,6 +103,12 @@ Documentation for TiDB Cloud application developers + + +One-stop and interactive experience of TiDB's capabilities WITHOUT registration + + + Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training diff --git a/markdown-pages/en/tidb/release-3.0/_index.md b/markdown-pages/en/tidb/release-3.0/_index.md index f30d1d55bd..19f9ad4d74 100644 --- a/markdown-pages/en/tidb/release-3.0/_index.md +++ b/markdown-pages/en/tidb/release-3.0/_index.md @@ -8,7 +8,7 @@ aliases: ['/docs/v3.0/','/tidb/v3.0/adopters','/docs/v3.0/adopters/'] [TiDB](https://github.com/pingcap/tidb) ("Ti" stands for Titanium) is an open-source NewSQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. -TiDB can be deployed on-premise or in-cloud. The following deployment options are officially supported by PingCAP: +TiDB can be deployed in either self-hosted or cloud environments. The following deployment options are officially supported by PingCAP: - [Ansible Deployment](/online-deployment-using-ansible.md): This guide describes how to deploy TiDB using TiDB Ansible. It is strongly recommended for production deployment. - [Ansible Offline Deployment](/offline-deployment-using-ansible.md): If your environment has no access to the internet, you can follow this guide to see how to deploy a TiDB cluster offline using TiDB Ansible. diff --git a/markdown-pages/en/tidb/release-6.1/TOC.md b/markdown-pages/en/tidb/release-6.1/TOC.md index 4a76dd8f18..3d07a65bf5 100644 --- a/markdown-pages/en/tidb/release-6.1/TOC.md +++ b/markdown-pages/en/tidb/release-6.1/TOC.md @@ -23,7 +23,7 @@ - Develop - [Overview](/develop/dev-guide-overview.md) - Quick Start - - [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md) + - [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md) - [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md) - Example Applications - [Golang](/develop/dev-guide-sample-application-golang.md) diff --git a/markdown-pages/en/tidb/release-6.5/TOC.md b/markdown-pages/en/tidb/release-6.5/TOC.md index 7f26d8eefe..17068741b2 100644 --- a/markdown-pages/en/tidb/release-6.5/TOC.md +++ b/markdown-pages/en/tidb/release-6.5/TOC.md @@ -19,7 +19,7 @@ - Develop - [Overview](/develop/dev-guide-overview.md) - Quick Start - - [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md) + - [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md) - [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md) - Example Applications - Java @@ -953,6 +953,7 @@ - [TiDB Versioning](/releases/versioning.md) - [TiDB Installation Packages](/binary-package.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md) diff --git a/markdown-pages/en/tidb/release-6.5/_docHome.md b/markdown-pages/en/tidb/release-6.5/_docHome.md index 3d9a36079c..d376c34d3e 100644 --- a/markdown-pages/en/tidb/release-6.5/_docHome.md +++ b/markdown-pages/en/tidb/release-6.5/_docHome.md @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an --> -TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud. +TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud. @@ -103,6 +103,12 @@ Documentation for TiDB Cloud application developers + + +One-stop and interactive experience of TiDB's capabilities WITHOUT registration + + + Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training diff --git a/markdown-pages/en/tidb/release-6.6/TOC.md b/markdown-pages/en/tidb/release-6.6/TOC.md index 56390dc72c..482b7f1169 100644 --- a/markdown-pages/en/tidb/release-6.6/TOC.md +++ b/markdown-pages/en/tidb/release-6.6/TOC.md @@ -19,7 +19,7 @@ - Develop - [Overview](/develop/dev-guide-overview.md) - Quick Start - - [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md) + - [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md) - [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md) - Example Applications - [Golang](/develop/dev-guide-sample-application-golang.md) @@ -954,6 +954,7 @@ - v6.6 - [6.6.0-DMR](/releases/release-6.6.0.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md) diff --git a/markdown-pages/en/tidb/release-6.6/_docHome.md b/markdown-pages/en/tidb/release-6.6/_docHome.md index 3d9a36079c..665d676467 100644 --- a/markdown-pages/en/tidb/release-6.6/_docHome.md +++ b/markdown-pages/en/tidb/release-6.6/_docHome.md @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an --> -TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud. +TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud. diff --git a/markdown-pages/en/tidb/release-7.0/TOC.md b/markdown-pages/en/tidb/release-7.0/TOC.md index 6ea36a485d..14614b9f07 100644 --- a/markdown-pages/en/tidb/release-7.0/TOC.md +++ b/markdown-pages/en/tidb/release-7.0/TOC.md @@ -19,7 +19,7 @@ - Develop - [Overview](/develop/dev-guide-overview.md) - Quick Start - - [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md) + - [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md) - [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md) - Example Applications - [Golang](/develop/dev-guide-sample-application-golang.md) @@ -965,6 +965,7 @@ - v6.6 - [6.6.0-DMR](/releases/release-6.6.0.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md) diff --git a/markdown-pages/en/tidb/release-7.0/_docHome.md b/markdown-pages/en/tidb/release-7.0/_docHome.md index 3d9a36079c..665d676467 100644 --- a/markdown-pages/en/tidb/release-7.0/_docHome.md +++ b/markdown-pages/en/tidb/release-7.0/_docHome.md @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an --> -TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud. +TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud. diff --git a/markdown-pages/en/tidb/release-7.1/TOC.md b/markdown-pages/en/tidb/release-7.1/TOC.md index 4adab5b1ab..125cce92b9 100644 --- a/markdown-pages/en/tidb/release-7.1/TOC.md +++ b/markdown-pages/en/tidb/release-7.1/TOC.md @@ -19,7 +19,7 @@ - Develop - [Overview](/develop/dev-guide-overview.md) - Quick Start - - [Build a TiDB Cluster in TiDB Cloud (Serverless Tier)](/develop/dev-guide-build-cluster-in-cloud.md) + - [Build a TiDB Serverless Cluster](/develop/dev-guide-build-cluster-in-cloud.md) - [CRUD SQL in TiDB](/develop/dev-guide-tidb-crud-sql.md) - Example Applications - Java @@ -983,6 +983,7 @@ - v6.6 - [6.6.0-DMR](/releases/release-6.6.0.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md) diff --git a/markdown-pages/en/tidb/release-7.1/_docHome.md b/markdown-pages/en/tidb/release-7.1/_docHome.md index 3d9a36079c..d376c34d3e 100644 --- a/markdown-pages/en/tidb/release-7.1/_docHome.md +++ b/markdown-pages/en/tidb/release-7.1/_docHome.md @@ -49,7 +49,7 @@ Get the power of a cloud-native, distributed SQL database built for real-time an --> -TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB on premises or in the cloud. +TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability. You can deploy TiDB in a self-hosted environment or in the cloud. @@ -103,6 +103,12 @@ Documentation for TiDB Cloud application developers + + +One-stop and interactive experience of TiDB's capabilities WITHOUT registration + + + Learn TiDB and TiDB Cloud through well-designed online courses and instructor-led training diff --git a/markdown-pages/en/tidbcloud/master/TOC.md b/markdown-pages/en/tidbcloud/master/TOC.md index 8038a878f3..a4785ac2f5 100644 --- a/markdown-pages/en/tidbcloud/master/TOC.md +++ b/markdown-pages/en/tidbcloud/master/TOC.md @@ -89,13 +89,26 @@ - [Select Your Cluster Tier](/tidb-cloud/select-cluster-tier.md) - [Determine Your TiDB Size](/tidb-cloud/size-your-cluster.md) - [TiDB Cloud Performance Reference](/tidb-cloud/tidb-cloud-performance-reference.md) - - [Create a TiDB Cluster](/tidb-cloud/create-tidb-cluster.md) - - Connect to Your TiDB Cluster - - [Connection Method Overview](/tidb-cloud/connect-to-tidb-cluster.md) - - [Connect via Standard Connection](/tidb-cloud/connect-via-standard-connection.md) - - [Connect via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections.md) - - [Connect via VPC Peering](/tidb-cloud/set-up-vpc-peering-connections.md) - - [Connect via SQL Shell](/tidb-cloud/connect-via-sql-shell.md) + - Manage TiDB Serverless Clusters + - [Create a TiDB Serverless Cluster](/tidb-cloud/create-tidb-cluster-serverless.md) + - Connect to Your TiDB Serverless Cluster + - [Connection Method Overview](/tidb-cloud/connect-to-tidb-cluster-serverless.md) + - [Connect via Public Endpoint](/tidb-cloud/connect-via-standard-connection-serverless.md) + - [Connect via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections-serverless.md) + - [Manage Spend Limit](/tidb-cloud/manage-serverless-spend-limit.md) + - [Back Up and Restore TiDB Serverless Data](/tidb-cloud/backup-and-restore-serverless.md) + - Manage TiDB Dedicated Clusters + - [Create a TiDB Dedicated Cluster](/tidb-cloud/create-tidb-cluster.md) + - Connect to Your TiDB Dedicated Cluster + - [Connection Method Overview](/tidb-cloud/connect-to-tidb-cluster.md) + - [Connect via Standard Connection](/tidb-cloud/connect-via-standard-connection.md) + - [Connect via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections.md) + - [Connect via VPC Peering](/tidb-cloud/set-up-vpc-peering-connections.md) + - [Connect via SQL Shell](/tidb-cloud/connect-via-sql-shell.md) + - [Scale a TiDB Dedicated Cluster](/tidb-cloud/scale-tidb-cluster.md) + - [Back Up and Restore TiDB Dedicated Data](/tidb-cloud/backup-and-restore.md) + - [Pause or Resume a TiDB Dedicated Cluster](/tidb-cloud/pause-or-resume-tidb-cluster.md) + - [Configure Maintenance Window](/tidb-cloud/configure-maintenance-window.md) - Use an HTAP Cluster with TiFlash - [TiFlash Overview](/tiflash/tiflash-overview.md) - [Create TiFlash Replicas](/tiflash/create-tiflash-replicas.md) @@ -104,10 +117,63 @@ - [Supported Push-down Calculations](/tiflash/tiflash-supported-pushdown-calculations.md) - [TiFlash Query Result Materialization](/tiflash/tiflash-results-materialization.md) - [Compatibility](/tiflash/tiflash-compatibility.md) - - [Manage Spend Limit](/tidb-cloud/manage-serverless-spend-limit.md) - - [Scale a TiDB Cluster](/tidb-cloud/scale-tidb-cluster.md) - - [Pause or Resume a TiDB Cluster](/tidb-cloud/pause-or-resume-tidb-cluster.md) - - [Configure Maintenance Window](/tidb-cloud/configure-maintenance-window.md) + - Monitor and Alert + - [Overview](/tidb-cloud/monitor-tidb-cluster.md) + - [Built-in Metrics](/tidb-cloud/built-in-monitoring.md) + - [Built-in Alerting](/tidb-cloud/monitor-built-in-alerting.md) + - [Cluster Events](/tidb-cloud/tidb-cloud-events.md) + - [Third-Party Metrics Integrations](/tidb-cloud/third-party-monitoring-integrations.md) + - Tune Performance + - [Overview](/tidb-cloud/tidb-cloud-tune-performance-overview.md) + - Analyze Performance + - [Use the Diagnosis Tab](/tidb-cloud/tune-performance.md) + - [Use Index Insight (Beta)](/tidb-cloud/index-insight.md) + - [Use Statement Summary Tables](/statement-summary-tables.md) + - SQL Tuning + - [Overview](/tidb-cloud/tidb-cloud-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) + - [Index Merge](/explain-index-merge.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) + - [Extended Statistics](/extended-statistics.md) + - [Wrong Index Solution](/wrong-index-solution.md) + - [Distinct Optimization](/agg-distinct-optimization.md) + - [Cost Model](/cost-model.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) + - [TiKV Follower Read](/follower-read.md) + - [Coprocessor Cache](/coprocessor-cache.md) + - Garbage Collection (GC) + - [Overview](/garbage-collection-overview.md) + - [Configuration](/garbage-collection-configuration.md) + - [Tune TiFlash Performance](/tiflash/tune-tiflash-performance.md) - [Upgrade a TiDB Cluster](/tidb-cloud/upgrade-tidb-cluster.md) - [Delete a TiDB Cluster](/tidb-cloud/delete-tidb-cluster.md) - Migrate or Import Data @@ -140,83 +206,29 @@ - [Manage Data App](/tidb-cloud/data-service-manage-data-app.md) - [Manage Endpoint](/tidb-cloud/data-service-manage-endpoint.md) - [API Key](/tidb-cloud/data-service-api-key.md) + - [Deploy Automatically with GitHub](/tidb-cloud/data-service-manage-github-connection.md) + - [Data App Configuration Files](/tidb-cloud/data-service-app-config-files.md) - [Response and Status Code](/tidb-cloud/data-service-response-and-status-code.md) - Stream Data - [Changefeed Overview](/tidb-cloud/changefeed-overview.md) - [To MySQL Sink](/tidb-cloud/changefeed-sink-to-mysql.md) - [To Kafka Sink (Beta)](/tidb-cloud/changefeed-sink-to-apache-kafka.md) - [To TiDB Cloud Sink](/tidb-cloud/changefeed-sink-to-tidb-cloud.md) -- Back Up and Restore - - [Automatic Backup](/tidb-cloud/backup-and-restore.md) - - [Manual Backup](/tidb-cloud/backup-and-restore.md#manual-backup) - - [Restore](/tidb-cloud/backup-and-restore.md#restore) -- Monitor and Alert - - [Overview](/tidb-cloud/monitor-tidb-cluster.md) - - [Built-in Metrics](/tidb-cloud/built-in-monitoring.md) - - [Built-in Alerting](/tidb-cloud/monitor-built-in-alerting.md) - - [Cluster Events](/tidb-cloud/tidb-cloud-events.md)  - - [Third-Party Metrics Integrations](/tidb-cloud/third-party-monitoring-integrations.md) -- Tune Performance - - [Overview](/tidb-cloud/tidb-cloud-tune-performance-overview.md) - - Analyze Performance - - [Use the Diagnosis Tab](/tidb-cloud/tune-performance.md) - - [Use Statement Summary Tables](/statement-summary-tables.md) - - SQL Tuning - - [Overview](/tidb-cloud/tidb-cloud-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) - - [Index Merge](/explain-index-merge.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) - - [Extended Statistics](/extended-statistics.md) - - [Wrong Index Solution](/wrong-index-solution.md) - - [Distinct Optimization](/agg-distinct-optimization.md) - - [Cost Model](/cost-model.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) - - [TiKV Follower Read](/follower-read.md) - - [Coprocessor Cache](/coprocessor-cache.md) - - Garbage Collection (GC) - - [Overview](/garbage-collection-overview.md) - - [Configuration](/garbage-collection-configuration.md) - - [Tune TiFlash Performance](/tiflash/tune-tiflash-performance.md) + - [To Cloud Storage](/tidb-cloud/changefeed-sink-to-cloud-storage.md) - Security - Identity Access Control - [Password Authentication](/tidb-cloud/tidb-cloud-password-authentication.md) - [SSO Authentication](/tidb-cloud/tidb-cloud-sso-authentication.md) - [Identity Access Management](/tidb-cloud/manage-user-access.md) - Network Access Control - - [Configure an IP Access List](/tidb-cloud/configure-ip-access-list.md) - - [Connect via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections.md) - - [Connect via VPC Peering](/tidb-cloud/set-up-vpc-peering-connections.md) - - [TLS Connections to Serverless Tier](/tidb-cloud/secure-connections-to-serverless-tier-clusters.md) - - [TLS Connections to Dedicated Tier](/tidb-cloud/tidb-cloud-tls-connect-to-dedicated-tier.md) + - TiDB Serverless + - [Connect via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections-serverless.md) + - [TLS Connections to TiDB Serverless](/tidb-cloud/secure-connections-to-serverless-tier-clusters.md) + - TiDB Dedicated + - [Configure an IP Access List](/tidb-cloud/configure-ip-access-list.md) + - [Connect via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections.md) + - [Connect via VPC Peering](/tidb-cloud/set-up-vpc-peering-connections.md) + - [TLS Connections to TiDB Dedicated](/tidb-cloud/tidb-cloud-tls-connect-to-dedicated-tier.md) - Database Access Control - [Configure Cluster Security Settings](/tidb-cloud/configure-security-settings.md) - Audit Management @@ -265,6 +277,7 @@ - [TiDB Limitations](/tidb-limitations.md) - Benchmarks - [TPC-C Performance Test Report](/tidb-cloud/v7.1.0-performance-benchmarking-with-tpcc.md) + - [Sysbench Performance Test Report](/tidb-cloud/v7.1.0-performance-benchmarking-with-sysbench.md) - SQL - [Explore SQL with TiDB](/basic-sql-operations.md) - SQL Language Structure and Syntax @@ -530,12 +543,15 @@ - start - [local](/tidb-cloud/ticloud-import-start-local.md) - [s3](/tidb-cloud/ticloud-import-start-s3.md) + - [mysql](/tidb-cloud/ticloud-import-start-mysql.md) - project - [list](/tidb-cloud/ticloud-project-list.md) - [update](/tidb-cloud/ticloud-update.md) - [Dumpling](/dumpling-overview.md) - [Table Filter](/table-filter.md) - [Troubleshoot Inconsistency Between Data and Indexes](/troubleshoot-data-inconsistency-errors.md) + - [Support](/tidb-cloud/tidb-cloud-support.md) + - [Glossary](/tidb-cloud/tidb-cloud-glossary.md) - FAQs - [TiDB Cloud FAQs](/tidb-cloud/tidb-cloud-faq.md) - [Serverless Tier FAQs](/tidb-cloud/serverless-tier-faqs.md) @@ -544,5 +560,3 @@ - [2022](/tidb-cloud/release-notes-2022.md) - [2021](/tidb-cloud/release-notes-2021.md) - [2020](/tidb-cloud/release-notes-2020.md) -- [Support](/tidb-cloud/tidb-cloud-support.md) -- [Glossary](/tidb-cloud/tidb-cloud-glossary.md) diff --git a/markdown-pages/ja/tidb/release-6.5/_docHome.md b/markdown-pages/ja/tidb/release-6.5/_docHome.md index 78c937fbeb..add2c06661 100644 --- a/markdown-pages/ja/tidb/release-6.5/_docHome.md +++ b/markdown-pages/ja/tidb/release-6.5/_docHome.md @@ -103,6 +103,12 @@ TiDB Cloudアプリケーション開発者向けのドキュメント + + +登録なしで、PlaygroundのTiDBの機能をワンストップでインタラクティブに体験 + + + 適切に設計されたオンライン コースとインストラクター主導のトレーニングを通じて、TiDB とTiDB Cloudを学習します。 diff --git a/markdown-pages/ja/tidb/release-7.1/TOC.md b/markdown-pages/ja/tidb/release-7.1/TOC.md new file mode 100644 index 0000000000..d70213abcd --- /dev/null +++ b/markdown-pages/ja/tidb/release-7.1/TOC.md @@ -0,0 +1,1159 @@ + + + + +- [ドキュメントホーム](https://docs.pingcap.com/) +- TiDBについて + - [TiDB の紹介](/overview.md) + - [TiDB 7.1 リリースノート](/releases/release-7.1.0.md) + - [特徴](/basic-features.md) + - [MySQL の互換性](/mysql-compatibility.md) + - [TiDB の制限事項](/tidb-limitations.md) + - [クレジット](/credits.md) + - [ロードマップ](https://docs.pingcap.com/tidb/dev/tidb-roadmap) +- クイックスタート + - [TiDB を試してみる](/quick-start-with-tidb.md) + - [HTAP を試してみる](/quick-start-with-htap.md) + - [TiDB SQLを学ぶ](/basic-sql-operations.md) + - [HTAPを学ぶ](/explore-htap.md) + - [サンプルデータベースのインポート](/import-example-data.md) +- 発展 + - [概要](/develop/dev-guide-overview.md) + - クイックスタート + - [TiDB Cloud(Serverless Tier) で TiDBクラスタを構築する](/develop/dev-guide-build-cluster-in-cloud.md) + - [TiDB の CRUD SQL](/develop/dev-guide-tidb-crud-sql.md) + - アプリケーション例 + - Java + - [JDBC](/develop/dev-guide-sample-application-java-jdbc.md) + - [マイバティス](/develop/dev-guide-sample-application-java-mybatis.md) + - [休止状態](/develop/dev-guide-sample-application-java-hibernate.md) + - [スプリングブーツ](/develop/dev-guide-sample-application-java-spring-boot.md) + - 行く + - [Go-MySQL-ドライバー](/develop/dev-guide-sample-application-golang-sql-driver.md) + - [ゴーム](/develop/dev-guide-sample-application-golang-gorm.md) + - パイソン + - [mysqlクライアント](/develop/dev-guide-sample-application-python-mysqlclient.md) + - [MySQL コネクタ/Python](/develop/dev-guide-sample-application-python-mysql-connector.md) + - [PyMySQL](/develop/dev-guide-sample-application-python-pymysql.md) + - [SQLアルケミー](/develop/dev-guide-sample-application-python-sqlalchemy.md) + - [ピーピー](/develop/dev-guide-sample-application-python-peewee.md) + - TiDB に接続する + - [Driverまたは ORM を選択してください](/develop/dev-guide-choose-driver-or-orm.md) + - [TiDB に接続する](/develop/dev-guide-connect-to-tidb.md) + - [接続プールと接続パラメータ](/develop/dev-guide-connection-parameters.md) + - データベーススキーマの設計 + - [概要](/develop/dev-guide-schema-design-overview.md) + - [データベースを作成する](/develop/dev-guide-create-database.md) + - [テーブルを作成する](/develop/dev-guide-create-table.md) + - [セカンダリインデックスを作成する](/develop/dev-guide-create-secondary-indexes.md) + - データの書き込み + - [データの挿入](/develop/dev-guide-insert-data.md) + - [データを更新する](/develop/dev-guide-update-data.md) + - [データの削除](/develop/dev-guide-delete-data.md) + - [Time to Live を使用してデータを定期的に削除する](/time-to-live.md) + - [準備されたステートメント](/develop/dev-guide-prepared-statement.md) + - データの読み取り + - [単一のテーブルからデータをクエリする](/develop/dev-guide-get-data-from-single-table.md) + - [複数テーブル結合クエリ](/develop/dev-guide-join-tables.md) + - [サブクエリ](/develop/dev-guide-use-subqueries.md) + - [結果のページ付け](/develop/dev-guide-paginate-results.md) + - [ビュー](/develop/dev-guide-use-views.md) + - [一時テーブル](/develop/dev-guide-use-temporary-tables.md) + - [共通テーブル式](/develop/dev-guide-use-common-table-expression.md) + - リードレプリカデータ + - [Follower Read](/develop/dev-guide-use-follower-read.md) + - [ステイル読み取り](/develop/dev-guide-use-stale-read.md) + - [HTAP クエリ](/develop/dev-guide-hybrid-oltp-and-olap-queries.md) + - トランザクション + - [概要](/develop/dev-guide-transaction-overview.md) + - [楽観的なトランザクションと悲観的なトランザクション](/develop/dev-guide-optimistic-and-pessimistic-transaction.md) + - [トランザクションの制限](/develop/dev-guide-transaction-restraints.md) + - [トランザクションエラーの処理](/develop/dev-guide-transaction-troubleshoot.md) + - 最適化 + - [概要](/develop/dev-guide-optimize-sql-overview.md) + - [SQL性能チューニング](/develop/dev-guide-optimize-sql.md) + - [性能チューニングのベストプラクティス](/develop/dev-guide-optimize-sql-best-practices.md) + - [インデックス作成のベスト プラクティス](/develop/dev-guide-index-best-practice.md) + - 他の最適化方法 + - [暗黙的な型変換を避ける](/develop/dev-guide-implicit-type-conversion.md) + - [固有のシリアル番号の生成](/develop/dev-guide-unique-serial-number-generation.md) + - トラブルシューティング + - [SQL またはトランザクションの問題](/develop/dev-guide-troubleshoot-overview.md) + - [不安定な結果セット](/develop/dev-guide-unstable-result-set.md) + - [タイムアウト](/develop/dev-guide-timeouts-in-tidb.md) + - 参照 + - [書店のアプリケーション例](/develop/dev-guide-bookshop-schema-design.md) + - ガイドライン + - [オブジェクトの命名規則](/develop/dev-guide-object-naming-guidelines.md) + - [SQL開発仕様](/develop/dev-guide-sql-development-specification.md) + - レガシードキュメント + - [ジャンゴの場合](/develop/dev-guide-outdated-for-django.md) + - クラウドネイティブ開発環境 + - [Gitpod](/develop/dev-guide-playground-gitpod.md) + - サードパーティのサポート + - [TiDB がサポートするサードパーティ ツール](/develop/dev-guide-third-party-support.md) + - [サードパーティツールとの既知の非互換性の問題](/develop/dev-guide-third-party-tools-compatibility.md) + - [ProxySQL 統合ガイド](/develop/dev-guide-proxysql-integration.md) + - [Amazon AppFlow 統合ガイド](/develop/dev-guide-aws-appflow-integration.md) +- デプロイ + - [ソフトウェアとハードウェアの要件](/hardware-and-software-requirements.md) + - [環境コンフィグレーションチェックリスト](/check-before-deployment.md) + - クラスタトポロジの計画 + - [最小限のトポロジー](/minimal-deployment-topology.md) + - [TiFlashトポロジー](/tiflash-deployment-topology.md) + - [TiCDC トポロジー](/ticdc-deployment-topology.md) + - [TiDBBinlogトポロジ](/tidb-binlog-deployment-topology.md) + - [TiSpark トポロジー](/tispark-deployment-topology.md) + - [クロス DC トポロジ](/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) + - [TPC-C を使用して TiDB をテストする](/benchmark/benchmark-tidb-using-tpcc.md) + - [CH-benCHmark を使用して TiDB をテストする](/benchmark/benchmark-tidb-using-ch.md) +- 移行する + - [概要](/migration-overview.md) + - [移行ツール](/migration-tools.md) + - 移行シナリオ + - [Auroraからの移行](/migrate-aurora-to-tidb.md) + - [小規模なデータセットの MySQL を移行する](/migrate-small-mysql-to-tidb.md) + - [大規模なデータセットの MySQL を移行する](/migrate-large-mysql-to-tidb.md) + - [小規模なデータセットの MySQL シャードを移行およびマージする](/migrate-small-mysql-shards-to-tidb.md) + - [大規模なデータセットの MySQL シャードを移行およびマージする](/migrate-large-mysql-shards-to-tidb.md) + - [CSV ファイルからの移行](/migrate-from-csv-files-to-tidb.md) + - [SQL ファイルからの移行](/migrate-from-sql-files-to-tidb.md) + - [Parquet ファイルからの移行](/migrate-from-parquet-files-to-tidb.md) + - [1 つの TiDBクラスタから別の TiDBクラスタへの移行](/migrate-from-tidb-to-tidb.md) + - [TiDB から MySQL 互換データベースへの移行](/migrate-from-tidb-to-mysql.md) + - 高度な移行 + - [gh-ost または pt-osc による継続的レプリケーション](/migrate-with-pt-ghost.md) + - [より多くの列を含むダウンストリーム テーブルに移行する](/migrate-with-more-columns-downstream.md) + - [Binlogイベントのフィルタリング](/filter-binlog-event.md) + - [SQL式を使用したDMLイベントのフィルタリング](/filter-dml-event.md) +- 統合 + - [概要](/integration-overview.md) + - 統合シナリオ + - [Confluent および Snowflake との統合](/ticdc/integrate-confluent-using-ticdc.md) + - [Apache Kafka および Apache Flink との統合](/replicate-data-to-kafka.md) +- 管理 + - アップグレード + - [TiUPを使用する](/upgrade-tidb-using-tiup.md) + - [TiDB Operatorを使用する](https://docs.pingcap.com/tidb-in-kubernetes/stable/upgrade-a-tidb-cluster) + - [TiDB のスムーズなアップグレード](/smooth-upgrade-tidb.md) + - [TiFlash v6.2.0 アップグレード ガイド](/tiflash-620-upgrade-guide.md) + - 規模 + - [TiUPを使用する(推奨)](/scale-tidb-using-tiup.md) + - [TiDB Operatorを使用する](https://docs.pingcap.com/tidb-in-kubernetes/stable/scale-a-tidb-cluster) + - バックアップと復元 + - [概要](/br/backup-and-restore-overview.md) + - アーキテクチャ + - [アーキテクチャの概要](/br/backup-and-restore-design.md) + - [スナップショットのバックアップと復元のアーキテクチャ](/br/br-snapshot-architecture.md) + - [ログバックアップとPITRアーキテクチャ](/br/br-log-architecture.md) + - BRを使用する + - [使用概要](/br/br-use-overview.md) + - [スナップショットのバックアップと復元ガイド](/br/br-snapshot-guide.md) + - [ログのバックアップと PITR ガイド](/br/br-pitr-guide.md) + - [使用例](/br/backup-and-restore-use-cases.md) + - [バックアップストレージ](/br/backup-and-restore-storages.md) + - BR CLI マニュアル + - [概要](/br/use-br-command-line-tool.md) + - [スナップショットバックアップおよびリストアコマンドマニュアル](/br/br-snapshot-manual.md) + - [ログバックアップとPITRコマンドマニュアル](/br/br-pitr-manual.md) + - 参考文献 + - BRの特徴 + - [バックアップの自動調整](/br/br-auto-tune.md) + - [テーブルのバッチ作成](/br/br-batch-create-table.md) + - [チェックポイントバックアップ](/br/br-checkpoint-backup.md) + - [チェックポイントの復元](/br/br-checkpoint-restore.md) + - [DumplingとTiDB Lightningを使用したデータのバックアップと復元](/backup-and-restore-using-dumpling-lightning.md) + - [RawKV のバックアップと復元](/br/rawkv-backup-and-restore.md) + - [増分バックアップと復元](/br/br-incremental-guide.md) + - クラスタ災害復旧 (DR) + - [DR ソリューションの概要](/dr-solution-introduction.md) + - [プライマリ-セカンダリ DR](/dr-secondary-cluster.md) + - [マルチレプリカクラスタDR](/dr-multi-replica.md) + - [BRベースのDR](/dr-backup-restore.md) + - [リソース制御](/tidb-resource-control.md) + - [タイムゾーンの構成](/configure-time-zone.md) + - [毎日のチェックリスト](/daily-check.md) + - [TiFlashの管理](/tiflash/maintain-tiflash.md) + - [TiUPを使用して TiDBを管理](/maintain-tidb-using-tiup.md) + - [コンフィグレーションを動的に変更する](/dynamic-config.md) + - [オンラインの安全でないリカバリ](/online-unsafe-recovery.md) + - [プライマリクラスタとセカンダリクラスタの間でデータをレプリケートする](/replicate-between-primary-and-secondary-clusters.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) + - [監視サーバーの構成をカスタマイズする](/tiup/customized-montior-in-tiup-environment.md) + - [BRのモニタリングとアラート](/br/br-monitoring-and-alert.md) +- トラブルシューティング + - 問題の概要 + - [TiDB トラブルシューティング マップ](/tidb-troubleshooting-map.md) + - [TiDBクラスタのセットアップのトラブルシューティング](/troubleshoot-tidb-cluster.md) + - [TiFlashのトラブルシューティング](/tiflash/troubleshoot-tiflash.md) + - 問題のシナリオ + - 遅いクエリ + - [遅いクエリを特定する](/identify-slow-queries.md) + - [遅いクエリを分析する](/analyze-slow-queries.md) + - [TiDB OOM](/troubleshoot-tidb-oom.md) + - [ホットスポット](/troubleshoot-hot-spot-issues.md) + - [読み取りおよび書き込み遅延の増加](/troubleshoot-cpu-issues.md) + - [楽観的なトランザクションでの書き込みの競合](/troubleshoot-write-conflicts.md) + - [ディスク I/O 使用率が高い](/troubleshoot-high-disk-io.md) + - [ロックの競合](/troubleshoot-lock-conflicts.md) + - [データとインデックス間の不一致](/troubleshoot-data-inconsistency-errors.md) + - 診断方法 + - [SQL診断](/information-schema/information-schema-sql-diagnostics.md) + - [ステートメント概要テーブル](/statement-summary-tables.md) + - [Top SQLを使用して負荷の高いクエリを特定する](/dashboard/top-sql.md) + - [ログを使用して負荷の高いクエリを特定する](/identify-expensive-queries.md) + - [クラスタのオンサイト情報の保存と復元](/sql-plan-replayer.md) + - [サポートリソース](/support.md) +- 性能チューニング + - チューニングガイド + - [性能チューニングの概要](/performance-tuning-overview.md) + - [パフォーマンスの分析とチューニング](/performance-tuning-methods.md) + - [OLTP シナリオの性能チューニングの実践](/performance-tuning-practices.md) + - [レイテンシの内訳](/latency-breakdown.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) + - [リージョンのパフォーマンスを調整する](/tune-region-performance.md) + - [TiFlash のパフォーマンスを調整する](/tiflash/tune-tiflash-performance.md) + - [コプロセッサーキャッシュ](/coprocessor-cache.md) + - ガベージコレクション (GC) + - [概要](/garbage-collection-overview.md) + - [コンフィグレーション](/garbage-collection-configuration.md) + - SQLチューニング + - [概要](/sql-tuning-overview.md) + - クエリ実行プランを理解する + - [概要](/explain-overview.md) + - [`EXPLAIN`ウォークスルー](/explain-walkthrough.md) + - [インデックス](/explain-indexes.md) + - [テーブル結合](/explain-joins.md) + - [MPP クエリ](/explain-mpp.md) + - [サブクエリ](/explain-subqueries.md) + - [集計](/explain-aggregation.md) + - [ビュー](/explain-views.md) + - [パーティション](/explain-partitions.md) + - [インデックスのマージ](/explain-index-merge.md) + - SQL最適化プロセス + - [概要](/sql-optimization-concepts.md) + - ロジックの最適化 + - [概要](/sql-logical-optimization.md) + - [サブクエリ関連の最適化](/subquery-optimization.md) + - [カラムの剪定](/column-pruning.md) + - [相関サブクエリの相関解除](/correlated-subquery-optimization.md) + - [最大値/最小値の削除](/max-min-eliminate.md) + - [Predicate Push Down](/predicate-push-down.md) + - [パーティションのプルーニング](/partition-pruning.md) + - [トップNとリミットプッシュダウン](/topn-limit-push-down.md) + - [結合したテーブルの再配置](/join-reorder.md) + - [ウィンドウ関数から TopN または Limit を導出する](/derive-topn-from-window.md) + - 物理的な最適化 + - [概要](/sql-physical-optimization.md) + - [インデックスの選択](/choose-index.md) + - [統計](/statistics.md) + - [拡張統計](/extended-statistics.md) + - [インデックス問題の解決方法](/wrong-index-solution.md) + - [クエリの最適化](/agg-distinct-optimization.md) + - [コストモデル](/cost-model.md) + - [準備された実行計画キャッシュ](/sql-prepared-plan-cache.md) + - [準備されていない実行プランのキャッシュ](/sql-non-prepared-plan-cache.md) + - 実行計画の制御 + - [概要](/control-execution-plan.md) + - [オプティマイザーのヒント](/optimizer-hints.md) + - [SQL計画管理](/sql-plan-management.md) + - [最適化ルールと式プッシュダウンのブロックリスト](/blocklist-control-plan.md) +- チュートリアル + - [1 つのリージョンでの複数のアベイラビリティーゾーンの展開](/multi-data-centers-in-one-city-deployment.md) + - [2 つのリージョンに 3 つのアベイラビリティーゾーンを展開](/three-data-centers-in-two-cities-deployment.md) + - [1 つのリージョンでの 2 つのアベイラビリティーゾーンの展開](/two-data-centers-in-one-city-deployment.md) + - 履歴データの読み取り + - ステイル読み取りを使用する (推奨) + - [ステイル読み取りの使用シナリオ](/stale-read.md) + - [`As OF TIMESTAMP`を使用してステイル読み取りを実行する](/as-of-timestamp.md) + - [`tidb_read_staleness`を使用してステイル読み取りを実行する](/tidb-read-staleness.md) + - [`tidb_external_ts`を使用してステイル読み取りを実行する](/tidb-external-ts.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) + - [グラファナの監視](/best-practices/grafana-monitor-best-practices.md) + - [PD スケジューリング](/best-practices/pd-scheduling-best-practices.md) + - [大規模な領域を使用した TiKV性能チューニング](/best-practices/massive-regions-best-practices.md) + - [3 ノードのハイブリッド展開](/best-practices/three-nodes-hybrid-deployment.md) + - [3 つのデータセンター展開におけるローカル読み取り](/best-practices/three-dc-local-read.md) + - [UUIDを使用する](/best-practices/uuid.md) + - [読み取り専用ストレージ ノード](/best-practices/readonly-nodes.md) + - [配置ルールを使用する](/configure-placement-rules.md) + - [ロードベース分割を使用する](/configure-load-base-split.md) + - [ストア制限を使用する](/configure-store-limit.md) + - [DDL 実行の原則とベスト プラクティス](/ddl-introduction.md) +- TiDB ツール + - [概要](/ecosystem-tool-user-guide.md) + - [使用例](/ecosystem-tool-user-case.md) + - [ダウンロード](/download-ecosystem-tools.md) + - TiUP + - [ドキュメントマップ](/tiup/tiup-documentation-guide.md) + - [概要](/tiup/tiup-overview.md) + - [用語と概念](/tiup/tiup-terminology-and-concepts.md) + - [TiUPコンポーネントの管理](/tiup/tiup-component-management.md) + - [FAQ](/tiup/tiup-faq.md) + - [トラブルシューティングガイド](/tiup/tiup-troubleshooting-guide.md) + - コマンドリファレンス + - [概要](/tiup/tiup-reference.md) + - TiUPコマンド + - [クリーンアップ](/tiup/tiup-command-clean.md) + - [tiup completion](/tiup/tiup-command-completion.md) + - [ティアップ環境](/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 + - [概要](/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クラスタコマンド + - [概要](/tiup/tiup-component-cluster.md) + - [tiup cluster audit](/tiup/tiup-component-cluster-audit.md) + - [tiup cluster auditクリーンアップ](/tiup/tiup-component-cluster-audit-cleanup.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 クラスターのメタバックアップ](/tiup/tiup-component-cluster-meta-backup.md) + - [tiup クラスター メタ リストア](/tiup/tiup-component-cluster-meta-restore.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コマンド + - [概要](/tiup/tiup-component-dm.md) + - [tiup dm audit](/tiup/tiup-component-dm-audit.md) + - [ティアップDMデプロイ](/tiup/tiup-component-dm-deploy.md) + - [ティアップDM破壊](/tiup/tiup-component-dm-destroy.md) + - [ティアップDMを無効にする](/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) + - [ティアップDMを有効にする](/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) + - [ティアップDMプルーン](/tiup/tiup-component-dm-prune.md) + - [tiup dm reload](/tiup/tiup-component-dm-reload.md) + - [tiup dm replay](/tiup/tiup-component-dm-replay.md) + - [ティアップDM再開](/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) + - [ティアップDM開始](/tiup/tiup-component-dm-start.md) + - [ティアップDM停止](/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クラスタトポロジ リファレンス](/tiup/tiup-cluster-topology-reference.md) + - [DMクラスタトポロジのリファレンス](/tiup/tiup-dm-topology-reference.md) + - [ミラーリファレンスガイド](/tiup/tiup-mirror-reference.md) + - TiUPコンポーネント + - [tiup-playground](/tiup/tiup-playground.md) + - [tiup-cluster](/tiup/tiup-cluster.md) + - [tiup-mirror](/tiup/tiup-mirror.md) + - [tiup-bench](/tiup/tiup-bench.md) + - [TiDB Operator](/tidb-operator-overview.md) + - TiDB データ移行 + - [TiDB データ移行について](/dm/dm-overview.md) + - [アーキテクチャ](/dm/dm-arch.md) + - [クイックスタート](/dm/quick-start-with-dm.md) + - [ベストプラクティス](/dm/dm-best-practices.md) + - DM クラスターをデプロイ + - [ハードウェアとソフトウェアの要件](/dm/dm-hardware-and-software-requirements.md) + - [TiUPを使用する(推奨)](/dm/deploy-a-dm-cluster-using-tiup.md) + - [TiUP をオフラインで使用する](/dm/deploy-a-dm-cluster-using-tiup-offline.md) + - [バイナリを使用する](/dm/deploy-a-dm-cluster-using-binary.md) + - [Kubernetesを使用する](https://docs.pingcap.com/tidb-in-kubernetes/dev/deploy-tidb-dm) + - チュートリアル + - [データソースの作成](/dm/quick-start-create-source.md) + - [データソースの管理](/dm/dm-manage-source.md) + - [タスクの構成](/dm/dm-task-configuration-guide.md) + - [シャードのマージ](/dm/dm-shard-merge.md) + - [テーブルルーティング](/dm/dm-table-routing.md) + - [ブロックリストと許可リスト](/dm/dm-block-allow-table-lists.md) + - [Binlogイベントフィルター](/dm/dm-binlog-event-filter.md) + - [SQL式を使用したDMLのフィルタリング](/dm/feature-expression-filter.md) + - [オンライン DDL ツールのサポート](/dm/dm-online-ddl-tool-support.md) + - データ移行タスクの管理 + - [タスクの事前チェック](/dm/dm-precheck.md) + - [タスクを作成する](/dm/dm-create-task.md) + - [クエリステータス](/dm/dm-query-status.md) + - [タスクを一時停止する](/dm/dm-pause-task.md) + - [タスクを再開する](/dm/dm-resume-task.md) + - [タスクを停止する](/dm/dm-stop-task.md) + - 高度なチュートリアル + - シャードテーブルからのデータのマージと移行 + - [概要](/dm/feature-shard-merge.md) + - [悲観的モード](/dm/feature-shard-merge-pessimistic.md) + - [楽観的モード](/dm/feature-shard-merge-optimistic.md) + - [シャーディング DDL ロックを手動で処理する](/dm/manually-handling-sharding-ddl-locks.md) + - [GH-ost/PT-osc を使用する MySQL データベースからの移行](/dm/feature-online-ddl.md) + - [より多くの列を含むダウンストリーム TiDB テーブルにデータを移行する](/migrate-with-more-columns-downstream.md) + - [継続的なデータ検証](/dm/dm-continuous-data-validation.md) + - 管理 + - クラスタのアップグレード + - [TiUPを使用して DM クラスターを管理(推奨)](/dm/maintain-dm-using-tiup.md) + - [v1.0.x から v2.0+ に手動でアップグレードする](/dm/manually-upgrade-dm-1.0-to-2.0.md) + - ツール + - [WebUIを使用して管理する](/dm/dm-webui-guide.md) + - [dmctl を使用した管理](/dm/dmctl-introduction.md) + - 性能チューニング + - [ベンチマーク](/dm/dm-benchmark-v5.4.0.md) + - [構成の最適化](/dm/dm-tune-configuration.md) + - [DM パフォーマンスのテスト](/dm/dm-performance-test.md) + - [パフォーマンスの問題に対処する](/dm/dm-handle-performance-issues.md) + - データソースの管理 + - [移行する MySQL インスタンスを切り替える](/dm/usage-scenario-master-slave-switch.md) + - タスクの管理 + - [失敗した DDL ステートメントの処理](/dm/handle-failed-ddl-statements.md) + - [移行するテーブルのスキーマを管理する](/dm/dm-manage-schema.md) + - [データソースとクラスターのタスク構成のエクスポートとインポート](/dm/dm-export-import-config.md) + - [アラートの処理](/dm/dm-handle-alerts.md) + - [毎日のチェック](/dm/dm-daily-check.md) + - 参照 + - アーキテクチャ + - [DMワーカー](/dm/dm-worker-intro.md) + - [セーフモード](/dm/dm-safe-mode.md) + - [リレーログ](/dm/relay-log.md) + - [DDL の処理](/dm/dm-ddl-compatible.md) + - 機構 + - [DML レプリケーション メカニズム](/dm/dm-replication-logic.md) + - コマンドライン + - [DMマスターとDMワーカー](/dm/dm-command-line-flags.md) + - コンフィグレーションファイル + - [概要](/dm/dm-config-overview.md) + - [上流のデータベース構成](/dm/dm-source-configuration-file.md) + - [タスクの構成](/dm/task-configuration-file-full.md) + - [DMマスターコンフィグレーション](/dm/dm-master-configuration-file.md) + - [DM ワーカーのコンフィグレーション](/dm/dm-worker-configuration-file.md) + - [テーブルセレクター](/dm/table-selector.md) + - [オープンAPI](/dm/dm-open-api.md) + - [互換性カタログ](/dm/dm-compatibility-catalog.md) + - セキュリティ + - [DM 接続の TLS を有効にする](/dm/dm-enable-tls.md) + - [自己署名証明書の生成](/dm/dm-generate-self-signed-certificates.md) + - 監視とアラート + - [モニタリング指標](/dm/monitor-a-dm-cluster.md) + - [アラートルール](/dm/dm-alert-rules.md) + - [エラーコード](/dm/dm-error-handling.md#handle-common-errors) + - [用語集](/dm/dm-glossary.md) + - 例 + - [DMを使用してデータを移行する](/dm/migrate-data-using-dm.md) + - [データ移行タスクの作成](/dm/quick-start-create-task.md) + - [シャード結合シナリオにおけるデータ移行のベスト プラクティス](/dm/shard-merge-best-practices.md) + - トラブルシューティング + - [FAQ](/dm/dm-faq.md) + - [エラーの処理](/dm/dm-error-handling.md) + - [リリースノート](/dm/dm-release-notes.md) + - TiDB Lightning + - [概要](/tidb-lightning/tidb-lightning-overview.md) + - [始めましょう](/get-started-with-tidb-lightning.md) + - [TiDB Lightningのデプロイ](/tidb-lightning/deploy-tidb-lightning.md) + - [ターゲットデータベースの要件](/tidb-lightning/tidb-lightning-requirements.md) + - データソース + - [データ一致ルール](/tidb-lightning/tidb-lightning-data-source.md) + - [CSV](/tidb-lightning/tidb-lightning-data-source.md#csv) + - [SQL](/tidb-lightning/tidb-lightning-data-source.md#sql) + - [寄木細工](/tidb-lightning/tidb-lightning-data-source.md#parquet) + - [カスタマイズされたファイル](/tidb-lightning/tidb-lightning-data-source.md#match-customized-files) + - 物理インポートモード + - [要件と制限事項](/tidb-lightning/tidb-lightning-physical-import-mode.md) + - [物理インポートモードを使用する](/tidb-lightning/tidb-lightning-physical-import-mode-usage.md) + - 論理インポートモード + - [要件と制限事項](/tidb-lightning/tidb-lightning-logical-import-mode.md) + - [論理インポートモードを使用する](/tidb-lightning/tidb-lightning-logical-import-mode-usage.md) + - [事前チェック](/tidb-lightning/tidb-lightning-prechecks.md) + - [テーブルフィルター](/table-filter.md) + - [チェックポイント](/tidb-lightning/tidb-lightning-checkpoints.md) + - [データを並行してインポートする](/tidb-lightning/tidb-lightning-distributed-import.md) + - [エラーの解決](/tidb-lightning/tidb-lightning-error-resolution.md) + - [トラブルシューティング](/tidb-lightning/troubleshoot-tidb-lightning.md) + - 参照 + - [コンフィグレーションファイル](/tidb-lightning/tidb-lightning-configuration.md) + - [コマンドラインフラグ](/tidb-lightning/tidb-lightning-command-line-full.md) + - [モニタリング](/tidb-lightning/monitor-tidb-lightning.md) + - [ウェブインターフェース](/tidb-lightning/tidb-lightning-web-interface.md) + - [FAQ](/tidb-lightning/tidb-lightning-faq.md) + - [用語集](/tidb-lightning/tidb-lightning-glossary.md) + - [Dumpling](/dumpling-overview.md) + - TiCDC + - [概要](/ticdc/ticdc-overview.md) + - [デプロイと管理](/ticdc/deploy-ticdc.md) + - チェンジフィード + - [概要](/ticdc/ticdc-changefeed-overview.md) + - 変更フィードの作成 + - [MySQL 互換データベースへのデータのレプリケーション](/ticdc/ticdc-sink-to-mysql.md) + - [Kafka へのデータのレプリケーション](/ticdc/ticdc-sink-to-kafka.md) + - [ストレージ サービスへのデータのレプリケーション](/ticdc/ticdc-sink-to-cloud-storage.md) + - [変更フィードの管理](/ticdc/ticdc-manage-changefeed.md) + - [ログフィルター](/ticdc/ticdc-filter.md) + - [双方向レプリケーション](/ticdc/ticdc-bidirectional-replication.md) + - [単一行データのデータ整合性検証](/ticdc/ticdc-integrity-check.md) + - 監視と警告 + - [モニタリングメトリクスの概要](/ticdc/ticdc-summary-monitor.md) + - [モニタリングメトリクスの詳細](/ticdc/monitor-ticdc.md) + - [アラートルール](/ticdc/ticdc-alert-rules.md) + - 参照 + - [アーキテクチャ](/ticdc/ticdc-architecture.md) + - [TiCDC サーバー構成](/ticdc/ticdc-server-config.md) + - [TiCDC Changefeed構成](/ticdc/ticdc-changefeed-config.md) + - 出力プロトコル + - [TiCDC Avro プロトコル](/ticdc/ticdc-avro-protocol.md) + - [TiCDC Canal-JSON プロトコル](/ticdc/ticdc-canal-json.md) + - [TiCDC オープン プロトコル](/ticdc/ticdc-open-protocol.md) + - [TiCDC CSV プロトコル](/ticdc/ticdc-csv.md) + - [TiCDC オープン API v2](/ticdc/ticdc-open-api-v2.md) + - [TiCDC オープン API v1](/ticdc/ticdc-open-api.md) + - [ストレージ シンク コンシューマの開発ガイド](/ticdc/ticdc-storage-consumer-dev-guide.md) + - [互換性](/ticdc/ticdc-compatibility.md) + - [トラブルシューティング](/ticdc/troubleshoot-ticdc.md) + - [よくある質問](/ticdc/ticdc-faq.md) + - [用語集](/ticdc/ticdc-glossary.md) + - TiDBBinlog + - [概要](/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) + - [Reparo](/tidb-binlog/tidb-binlog-reparo.md) + - [binlogctl](/tidb-binlog/binlog-control.md) + - [Binlog Consumer Client](/tidb-binlog/binlog-consumer-client.md) + - [TiDBBinlogリレー ログ](/tidb-binlog/tidb-binlog-relay-log.md) + - [TiDB クラスター間の双方向レプリケーション](/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) + - PingCAPクリニック診断サービス + - [概要](/clinic/clinic-introduction.md) + - [クイックスタート](/clinic/quick-start-with-clinic.md) + - [PingCAPクリニックを使用したクラスターのトラブルシューティング](/clinic/clinic-user-guide-for-tiup.md) + - [PingCAPクリニックの診断データ](/clinic/clinic-data-instruction-for-tiup.md) + - ティスパーク + - [ユーザーガイド](/tispark-overview.md) + - 同期差分インスペクター + - [概要](/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) +- 参照 + - クラスタアーキテクチャ + - [概要](/tidb-architecture.md) + - [保管所](/tidb-storage.md) + - [コンピューティング](/tidb-computing.md) + - [スケジュール設定](/tidb-scheduling.md) + - ストレージ エンジン - TiKV + - [TiKVの概要](/tikv-overview.md) + - [RocksDB の概要](/storage-engine/rocksdb-overview.md) + - [タイタンの概要](/storage-engine/titan-overview.md) + - [Titanコンフィグレーション](/storage-engine/titan-configuration.md) + - [仕切られたRaftKV](/partitioned-raft-kv.md) + - ストレージ エンジン - TiFlash + - [概要](/tiflash/tiflash-overview.md) + - [TiFlashレプリカの作成](/tiflash/create-tiflash-replicas.md) + - [TiDB を使用してTiFlashレプリカを読み取る](/tiflash/use-tidb-to-read-tiflash.md) + - [TiSpark を使用してTiFlashレプリカを読み取る](/tiflash/use-tispark-to-read-tiflash.md) + - [MPP モードを使用する](/tiflash/use-tiflash-mpp-mode.md) + - [FastScan を使用する](/tiflash/use-fastscan.md) + - [分散されたストレージとコンピューティングのアーキテクチャと S3 サポート](/tiflash/tiflash-disaggregated-and-s3.md) + - [サポートされているプッシュダウン計算](/tiflash/tiflash-supported-pushdown-calculations.md) + - [TiFlashクエリ結果の具体化](/tiflash/tiflash-results-materialization.md) + - [TiFlash後期マテリアライゼーション](/tiflash/tiflash-late-materialization.md) + - [ディスクへのスピル](/tiflash/tiflash-spill-disk.md) + - [データ検証](/tiflash/tiflash-data-validation.md) + - [互換性](/tiflash/tiflash-compatibility.md) + - [システム変数](/system-variables.md) + - コンフィグレーションファイルのパラメータ + - [tidbサーバー](/tidb-configuration-file.md) + - [tikvサーバー](/tikv-configuration-file.md) + - [tflash サーバー](/tiflash/tiflash-configuration.md) + - [PDサーバー](/pd-configuration-file.md) + - CLI + - [tikv-ctl](/tikv-control.md) + - [PD-CTL](/pd-control.md) + - [tidb-ctl](/tidb-control.md) + - [PD回復](/pd-recover.md) + - コマンドラインフラグ + - [tidbサーバー](/command-line-flags-for-tidb-configuration.md) + - [tikvサーバー](/command-line-flags-for-tikv-configuration.md) + - [tflash サーバー](/tiflash/tiflash-command-line-flags.md) + - [PDサーバー](/command-line-flags-for-pd-configuration.md) + - 主要なモニタリング指標 + - [概要](/grafana-overview-dashboard.md) + - [パフォーマンスの概要](/grafana-performance-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) + - [リソース制御](/grafana-resource-control-dashboard.md) + - Security + - [TiDB クライアントとサーバー間で TLS を有効にする](/enable-tls-between-clients-and-servers.md) + - [TiDB コンポーネント間で TLS を有効にする](/enable-tls-between-components.md) + - [自己署名証明書の生成](/generate-self-signed-certificates.md) + - [保存時の暗号化](/encryption-at-rest.md) + - [ディスク流出時の暗号化機能を有効にする](/enable-disk-spill-encrypt.md) + - [ログの編集](/log-redaction.md) + - 権限 + - [MySQL とのSecurity互換性](/security-compatibility-with-mysql.md) + - [権限管理](/privilege-management.md) + - [ユーザーアカウント管理](/user-account-management.md) + - [TiDB パスワード管理](/password-management.md) + - [役割ベースのアクセス制御](/role-based-access-control.md) + - [証明書ベースの認証](/certificate-authentication.md) + - SQL + - SQL 言語の構造と構文 + - 属性 + - [自動増加](/auto-increment.md) + - [自動ランダム](/auto-random.md) + - [SHARD_ROW_ID_BITS](/shard-row-id-bits.md) + - [リテラル値](/literal-values.md) + - [スキーマオブジェクト名](/schema-object-names.md) + - [キーワードと予約語](/keywords.md) + - [ユーザー定義変数](/user-defined-variables.md) + - [式の構文](/expression-syntax.md) + - [コメントの構文](/comment-syntax.md) + - SQL ステートメント + - [`ADD COLUMN`](/sql-statements/sql-statement-add-column.md) + - [`ADD INDEX`](/sql-statements/sql-statement-add-index.md) + - [`ADMIN`](/sql-statements/sql-statement-admin.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) + - [`ADMIN CLEANUP`](/sql-statements/sql-statement-admin-cleanup.md) + - [`ADMIN RECOVER INDEX`](/sql-statements/sql-statement-admin-recover.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 INDEX`](/sql-statements/sql-statement-alter-index.md) + - [`ALTER INSTANCE`](/sql-statements/sql-statement-alter-instance.md) + - [`ALTER PLACEMENT POLICY`](/sql-statements/sql-statement-alter-placement-policy.md) + - [`ALTER RESOURCE GROUP`](/sql-statements/sql-statement-alter-resource-group.md) + - [`ALTER TABLE`](/sql-statements/sql-statement-alter-table.md) + - [`ALTER TABLE COMPACT`](/sql-statements/sql-statement-alter-table-compact.md) + - [`ALTER USER`](/sql-statements/sql-statement-alter-user.md) + - [`ANALYZE TABLE`](/sql-statements/sql-statement-analyze-table.md) + - [`BACKUP`](/sql-statements/sql-statement-backup.md) + - [`BATCH`](/sql-statements/sql-statement-batch.md) + - [`BEGIN`](/sql-statements/sql-statement-begin.md) + - [`CALIBRATE RESOURCE`](/sql-statements/sql-statement-calibrate-resource.md) + - [`CHANGE COLUMN`](/sql-statements/sql-statement-change-column.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 [GLOBAL|SESSION] 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) + - [`CREATE PLACEMENT POLICY`](/sql-statements/sql-statement-create-placement-policy.md) + - [`CREATE RESOURCE GROUP`](/sql-statements/sql-statement-create-resource-group.md) + - [`CREATE ROLE`](/sql-statements/sql-statement-create-role.md) + - [`CREATE SEQUENCE`](/sql-statements/sql-statement-create-sequence.md) + - [`CREATE TABLE LIKE`](/sql-statements/sql-statement-create-table-like.md) + - [`CREATE TABLE`](/sql-statements/sql-statement-create-table.md) + - [`CREATE USER`](/sql-statements/sql-statement-create-user.md) + - [`CREATE VIEW`](/sql-statements/sql-statement-create-view.md) + - [`DEALLOCATE`](/sql-statements/sql-statement-deallocate.md) + - [`DELETE`](/sql-statements/sql-statement-delete.md) + - [`DESC`](/sql-statements/sql-statement-desc.md) + - [`DESCRIBE`](/sql-statements/sql-statement-describe.md) + - [`DO`](/sql-statements/sql-statement-do.md) + - [`DROP [GLOBAL|SESSION] BINDING`](/sql-statements/sql-statement-drop-binding.md) + - [`DROP COLUMN`](/sql-statements/sql-statement-drop-column.md) + - [`DROP DATABASE`](/sql-statements/sql-statement-drop-database.md) + - [`DROP INDEX`](/sql-statements/sql-statement-drop-index.md) + - [`DROP PLACEMENT POLICY`](/sql-statements/sql-statement-drop-placement-policy.md) + - [`DROP RESOURCE GROUP`](/sql-statements/sql-statement-drop-resource-group.md) + - [`DROP ROLE`](/sql-statements/sql-statement-drop-role.md) + - [`DROP SEQUENCE`](/sql-statements/sql-statement-drop-sequence.md) + - [`DROP STATS`](/sql-statements/sql-statement-drop-stats.md) + - [`DROP TABLE`](/sql-statements/sql-statement-drop-table.md) + - [`DROP USER`](/sql-statements/sql-statement-drop-user.md) + - [`DROP VIEW`](/sql-statements/sql-statement-drop-view.md) + - [`EXECUTE`](/sql-statements/sql-statement-execute.md) + - [`EXPLAIN ANALYZE`](/sql-statements/sql-statement-explain-analyze.md) + - [`EXPLAIN`](/sql-statements/sql-statement-explain.md) + - [`FLASHBACK CLUSTER TO TIMESTAMP`](/sql-statements/sql-statement-flashback-to-timestamp.md) + - [`FLASHBACK DATABASE`](/sql-statements/sql-statement-flashback-database.md) + - [`FLASHBACK TABLE`](/sql-statements/sql-statement-flashback-table.md) + - [`FLUSH PRIVILEGES`](/sql-statements/sql-statement-flush-privileges.md) + - [`FLUSH STATUS`](/sql-statements/sql-statement-flush-status.md) + - [`FLUSH TABLES`](/sql-statements/sql-statement-flush-tables.md) + - [`GRANT <privileges>`](/sql-statements/sql-statement-grant-privileges.md) + - [`GRANT <role>`](/sql-statements/sql-statement-grant-role.md) + - [`INSERT`](/sql-statements/sql-statement-insert.md) + - [`KILL [TIDB]`](/sql-statements/sql-statement-kill.md) + - [`LOAD DATA`](/sql-statements/sql-statement-load-data.md) + - [`LOAD STATS`](/sql-statements/sql-statement-load-stats.md) + - [`LOCK STATS`](/sql-statements/sql-statement-lock-stats.md) + - [`LOCK TABLES`と`UNLOCK TABLES`](/sql-statements/sql-statement-lock-tables-and-unlock-tables.md) + - [`MODIFY COLUMN`](/sql-statements/sql-statement-modify-column.md) + - [`PREPARE`](/sql-statements/sql-statement-prepare.md) + - [`RECOVER TABLE`](/sql-statements/sql-statement-recover-table.md) + - [`RENAME USER`](/sql-statements/sql-statement-rename-user.md) + - [`RENAME INDEX`](/sql-statements/sql-statement-rename-index.md) + - [`RENAME TABLE`](/sql-statements/sql-statement-rename-table.md) + - [`REPLACE`](/sql-statements/sql-statement-replace.md) + - [`RESTORE`](/sql-statements/sql-statement-restore.md) + - [`REVOKE <privileges>`](/sql-statements/sql-statement-revoke-privileges.md) + - [`REVOKE <role>`](/sql-statements/sql-statement-revoke-role.md) + - [`ROLLBACK`](/sql-statements/sql-statement-rollback.md) + - [`SAVEPOINT`](/sql-statements/sql-statement-savepoint.md) + - [`SELECT`](/sql-statements/sql-statement-select.md) + - [`SET DEFAULT ROLE`](/sql-statements/sql-statement-set-default-role.md) + - [`SET [NAMES|CHARACTER SET]`](/sql-statements/sql-statement-set-names.md) + - [`SET PASSWORD`](/sql-statements/sql-statement-set-password.md) + - [`SET RESOURCE GROUP`](/sql-statements/sql-statement-set-resource-group.md) + - [`SET ROLE`](/sql-statements/sql-statement-set-role.md) + - [`SET TRANSACTION`](/sql-statements/sql-statement-set-transaction.md) + - [`SET [GLOBAL|SESSION] <variable>`](/sql-statements/sql-statement-set-variable.md) + - [`SHOW ANALYZE STATUS`](/sql-statements/sql-statement-show-analyze-status.md) + - [`SHOW [BACKUPS|RESTORES]`](/sql-statements/sql-statement-show-backups.md) + - [`SHOW [GLOBAL|SESSION] BINDINGS`](/sql-statements/sql-statement-show-bindings.md) + - [`SHOW BUILTINS`](/sql-statements/sql-statement-show-builtins.md) + - [`SHOW CHARACTER SET`](/sql-statements/sql-statement-show-character-set.md) + - [`SHOW COLLATION`](/sql-statements/sql-statement-show-collation.md) + - [`SHOW [FULL] COLUMNS FROM`](/sql-statements/sql-statement-show-columns-from.md) + - [`SHOW CONFIG`](/sql-statements/sql-statement-show-config.md) + - [`SHOW CREATE DATABASE`](/sql-statements/sql-statement-show-create-database.md) + - [`SHOW CREATE PLACEMENT POLICY`](/sql-statements/sql-statement-show-create-placement-policy.md) + - [`SHOW CREATE RESOURCE GROUP`](/sql-statements/sql-statement-show-create-resource-group.md) + - [`SHOW CREATE SEQUENCE`](/sql-statements/sql-statement-show-create-sequence.md) + - [`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 [FULL] FIELDS FROM`](/sql-statements/sql-statement-show-fields-from.md) + - [`SHOW GRANTS`](/sql-statements/sql-statement-show-grants.md) + - [`SHOW INDEX [FROM|IN]`](/sql-statements/sql-statement-show-index.md) + - [`SHOW INDEXES [FROM|IN]`](/sql-statements/sql-statement-show-indexes.md) + - [`SHOW KEYS [FROM|IN]`](/sql-statements/sql-statement-show-keys.md) + - [`SHOW MASTER STATUS`](/sql-statements/sql-statement-show-master-status.md) + - [`SHOW PLACEMENT`](/sql-statements/sql-statement-show-placement.md) + - [`SHOW PLACEMENT FOR`](/sql-statements/sql-statement-show-placement-for.md) + - [`SHOW PLACEMENT LABELS`](/sql-statements/sql-statement-show-placement-labels.md) + - [`SHOW PLUGINS`](/sql-statements/sql-statement-show-plugins.md) + - [`SHOW PRIVILEGES`](/sql-statements/sql-statement-show-privileges.md) + - [`SHOW [FULL] PROCESSSLIST`](/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_HEALTHY`](/sql-statements/sql-statement-show-stats-healthy.md) + - [`SHOW STATS_HISTOGRAMS`](/sql-statements/sql-statement-show-histograms.md) + - [`SHOW STATS_LOCKED`](/sql-statements/sql-statement-show-stats-locked.md) + - [`SHOW STATS_META`](/sql-statements/sql-statement-show-stats-meta.md) + - [`SHOW STATUS`](/sql-statements/sql-statement-show-status.md) + - [`SHOW TABLE NEXT_ROW_ID`](/sql-statements/sql-statement-show-table-next-rowid.md) + - [`SHOW TABLE REGIONS`](/sql-statements/sql-statement-show-table-regions.md) + - [`SHOW TABLE STATUS`](/sql-statements/sql-statement-show-table-status.md) + - [`SHOW [FULL] TABLES`](/sql-statements/sql-statement-show-tables.md) + - [`SHOW [GLOBAL|SESSION] VARIABLES`](/sql-statements/sql-statement-show-variables.md) + - [`SHOW WARNINGS`](/sql-statements/sql-statement-show-warnings.md) + - [`SHUTDOWN`](/sql-statements/sql-statement-shutdown.md) + - [`SPLIT REGION`](/sql-statements/sql-statement-split-region.md) + - [`START TRANSACTION`](/sql-statements/sql-statement-start-transaction.md) + - [`TABLE`](/sql-statements/sql-statement-table.md) + - [`TRACE`](/sql-statements/sql-statement-trace.md) + - [`TRUNCATE`](/sql-statements/sql-statement-truncate.md) + - [`UNLOCK STATS`](/sql-statements/sql-statement-unlock-stats.md) + - [`UPDATE`](/sql-statements/sql-statement-update.md) + - [`USE`](/sql-statements/sql-statement-use.md) + - [`WITH`](/sql-statements/sql-statement-with.md) + - データ型 + - [概要](/data-type-overview.md) + - [デフォルト値](/data-type-default-values.md) + - [数値型](/data-type-numeric.md) + - [日付と時刻のタイプ](/data-type-date-and-time.md) + - [文字列型](/data-type-string.md) + - [JSONタイプ](/data-type-json.md) + - 関数と演算子 + - [概要](/functions-and-operators/functions-and-operators-overview.md) + - [式評価における型変換](/functions-and-operators/type-conversion-in-expression-evaluation.md) + - [オペレーター](/functions-and-operators/operators.md) + - [制御フロー関数](/functions-and-operators/control-flow-functions.md) + - [文字列関数](/functions-and-operators/string-functions.md) + - [数値関数と演算子](/functions-and-operators/numeric-functions-and-operators.md) + - [日付と時刻の関数](/functions-and-operators/date-and-time-functions.md) + - [ビット関数と演算子](/functions-and-operators/bit-functions-and-operators.md) + - [キャスト関数と演算子](/functions-and-operators/cast-functions-and-operators.md) + - [暗号化および圧縮機能](/functions-and-operators/encryption-and-compression-functions.md) + - [ロック機能](/functions-and-operators/locking-functions.md) + - [情報機能](/functions-and-operators/information-functions.md) + - [JSON関数](/functions-and-operators/json-functions.md) + - [集計 (GROUP BY) 関数](/functions-and-operators/aggregate-group-by-functions.md) + - [ウィンドウ関数](/functions-and-operators/window-functions.md) + - [その他の機能](/functions-and-operators/miscellaneous-functions.md) + - [精密計算](/functions-and-operators/precision-math.md) + - [集合演算](/functions-and-operators/set-operators.md) + - [プッシュダウンの式のリスト](/functions-and-operators/expressions-pushed-down.md) + - [TiDB 固有の機能](/functions-and-operators/tidb-functions.md) + - [OracleとTiDBの機能と構文の比較](/oracle-functions-to-tidb.md) + - [クラスター化インデックス](/clustered-indexes.md) + - [制約](/constraints.md) + - [生成された列](/generated-columns.md) + - [SQLモード](/sql-mode.md) + - [テーブルの属性](/table-attributes.md) + - 取引 + - [概要](/transaction-overview.md) + - [分離レベル](/transaction-isolation-levels.md) + - [楽観的なトランザクション](/optimistic-transaction.md) + - [悲観的なトランザクション](/pessimistic-transaction.md) + - [非トランザクション DML ステートメント](/non-transactional-dml.md) + - [ビュー](/views.md) + - [パーティショニング](/partitioned-table.md) + - [一時テーブル](/temporary-tables.md) + - [キャッシュされたテーブル](/cached-tables.md) + - [外部キーの制約](/foreign-key.md) + - 文字セットと照合順序 + - [概要](/character-set-and-collation.md) + - [GBK](/character-set-gbk.md) + - [SQL の配置ルール](/placement-rules-in-sql.md) + - システムテーブル + - [`mysql`](/mysql-schema.md) + - INFORMATION_SCHEMA + - [概要](/information-schema/information-schema.md) + - [`ANALYZE_STATUS`](/information-schema/information-schema-analyze-status.md) + - [`CLIENT_ERRORS_SUMMARY_BY_HOST`](/information-schema/client-errors-summary-by-host.md) + - [`CLIENT_ERRORS_SUMMARY_BY_USER`](/information-schema/client-errors-summary-by-user.md) + - [`CLIENT_ERRORS_SUMMARY_GLOBAL`](/information-schema/client-errors-summary-global.md) + - [`CHARACTER_SETS`](/information-schema/information-schema-character-sets.md) + - [`CLUSTER_CONFIG`](/information-schema/information-schema-cluster-config.md) + - [`CLUSTER_HARDWARE`](/information-schema/information-schema-cluster-hardware.md) + - [`CLUSTER_INFO`](/information-schema/information-schema-cluster-info.md) + - [`CLUSTER_LOAD`](/information-schema/information-schema-cluster-load.md) + - [`CLUSTER_LOG`](/information-schema/information-schema-cluster-log.md) + - [`CLUSTER_SYSTEMINFO`](/information-schema/information-schema-cluster-systeminfo.md) + - [`COLLATIONS`](/information-schema/information-schema-collations.md) + - [`COLLATION_CHARACTER_SET_APPLICABILITY`](/information-schema/information-schema-collation-character-set-applicability.md) + - [`COLUMNS`](/information-schema/information-schema-columns.md) + - [`DATA_LOCK_WAITS`](/information-schema/information-schema-data-lock-waits.md) + - [`DDL_JOBS`](/information-schema/information-schema-ddl-jobs.md) + - [`DEADLOCKS`](/information-schema/information-schema-deadlocks.md) + - [`ENGINES`](/information-schema/information-schema-engines.md) + - [`INSPECTION_RESULT`](/information-schema/information-schema-inspection-result.md) + - [`INSPECTION_RULES`](/information-schema/information-schema-inspection-rules.md) + - [`INSPECTION_SUMMARY`](/information-schema/information-schema-inspection-summary.md) + - [`KEY_COLUMN_USAGE`](/information-schema/information-schema-key-column-usage.md) + - [`MEMORY_USAGE`](/information-schema/information-schema-memory-usage.md) + - [`MEMORY_USAGE_OPS_HISTORY`](/information-schema/information-schema-memory-usage-ops-history.md) + - [`METRICS_SUMMARY`](/information-schema/information-schema-metrics-summary.md) + - [`METRICS_TABLES`](/information-schema/information-schema-metrics-tables.md) + - [`PARTITIONS`](/information-schema/information-schema-partitions.md) + - [`PLACEMENT_POLICIES`](/information-schema/information-schema-placement-policies.md) + - [`PROCESSLIST`](/information-schema/information-schema-processlist.md) + - [`REFERENTIAL_CONSTRAINTS`](/information-schema/information-schema-referential-constraints.md) + - [`RESOURCE_GROUPS`](/information-schema/information-schema-resource-groups.md) + - [`SCHEMATA`](/information-schema/information-schema-schemata.md) + - [`SEQUENCES`](/information-schema/information-schema-sequences.md) + - [`SESSION_VARIABLES`](/information-schema/information-schema-session-variables.md) + - [`SLOW_QUERY`](/information-schema/information-schema-slow-query.md) + - [`STATISTICS`](/information-schema/information-schema-statistics.md) + - [`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_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) + - [`TIDB_SERVERS_INFO`](/information-schema/information-schema-tidb-servers-info.md) + - [`TIDB_TRX`](/information-schema/information-schema-tidb-trx.md) + - [`TIFLASH_REPLICA`](/information-schema/information-schema-tiflash-replica.md) + - [`TIFLASH_SEGMENTS`](/information-schema/information-schema-tiflash-segments.md) + - [`TIFLASH_TABLES`](/information-schema/information-schema-tiflash-tables.md) + - [`TIKV_REGION_PEERS`](/information-schema/information-schema-tikv-region-peers.md) + - [`TIKV_REGION_STATUS`](/information-schema/information-schema-tikv-region-status.md) + - [`TIKV_STORE_STATUS`](/information-schema/information-schema-tikv-store-status.md) + - [`USER_ATTRIBUTES`](/information-schema/information-schema-user-attributes.md) + - [`USER_PRIVILEGES`](/information-schema/information-schema-user-privileges.md) + - [`VARIABLES_INFO`](/information-schema/information-schema-variables-info.md) + - [`VIEWS`](/information-schema/information-schema-views.md) + - [`METRICS_SCHEMA`](/metrics-schema.md) + - [メタデータロック](/metadata-lock.md) + - UI + - TiDB ダッシュボード + - [概要](/dashboard/dashboard-intro.md) + - 管理 + - [デプロイ](/dashboard/dashboard-ops-deploy.md) + - [リバースプロキシ](/dashboard/dashboard-ops-reverse-proxy.md) + - [ユーザー管理](/dashboard/dashboard-user.md) + - [セキュリティ](/dashboard/dashboard-ops-security.md) + - [アクセス](/dashboard/dashboard-access.md) + - [概要ページ](/dashboard/dashboard-overview.md) + - [クラスタ情報ページ](/dashboard/dashboard-cluster-info.md) + - [Top SQLページ](/dashboard/top-sql.md) + - [キービジュアライザーページ](/dashboard/dashboard-key-visualizer.md) + - [メトリクス関係グラフ](/dashboard/dashboard-metrics-relation.md) + - SQL ステートメントの分析 + - [SQL ステートメントページ](/dashboard/dashboard-statement-list.md) + - [SQLの詳細ページ](/dashboard/dashboard-statement-details.md) + - [遅いクエリページ](/dashboard/dashboard-slow-query.md) + - クラスタ診断 + - [クラスタ診断ページへのアクセス](/dashboard/dashboard-diagnostics-access.md) + - [診断レポートのビュー](/dashboard/dashboard-diagnostics-report.md) + - [診断を使用する](/dashboard/dashboard-diagnostics-usage.md) + - [モニタリングページ](/dashboard/dashboard-monitoring.md) + - [ログの検索ページ](/dashboard/dashboard-log-search.md) + - [リソースマネージャーページ](/dashboard/dashboard-resource-manager.md) + - インスタンスのプロファイリング + - [手動プロファイリング](/dashboard/dashboard-profiling.md) + - [継続的なプロファイリング](/dashboard/continuous-profiling.md) + - セッションの管理とコンフィグレーション + - [セッションを共有する](/dashboard/dashboard-session-share.md) + - [SSO の構成](/dashboard/dashboard-session-sso.md) + - [FAQ](/dashboard/dashboard-faq.md) + - [テレメトリー](/telemetry.md) + - [エラーコード](/error-codes.md) + - [テーブルフィルター](/table-filter.md) + - [トポロジーラベルごとにレプリカをスケジュールする](/schedule-replicas-by-topology-labels.md) + - 内部コンポーネント + - [TiDB バックエンド タスク分散実行フレームワーク](/tidb-distributed-execution-framework.md) +- よくある質問 + - [FAQの概要](/faq/faq-overview.md) + - [TiDB よくある質問](/faq/tidb-faq.md) + - [SQL FAQ](/faq/sql-faq.md) + - [導入に関するよくある質問](/faq/deploy-and-maintain-faq.md) + - [移行に関するよくある質問](/faq/migration-tidb-faq.md) + - [アップグレードに関するよくある質問](/faq/upgrade-faq.md) + - [モニタリングに関するよくある質問](/faq/monitor-faq.md) + - [クラスタ管理に関するよくある質問](/faq/manage-cluster-faq.md) + - [高可用性に関するよくある質問](/faq/high-availability-faq.md) + - [高信頼性に関するよくある質問](/faq/high-reliability-faq.md) + - [バックアップと復元に関するよくある質問](/faq/backup-and-restore-faq.md) +- リリースノート + - [すべてのリリース](/releases/release-notes.md) + - [リリースタイムライン](/releases/release-timeline.md) + - [TiDB のバージョン管理](/releases/versioning.md) + - [TiDB インストール パッケージ](/binary-package.md) + - v7.1 + - [7.1.0](/releases/release-7.1.0.md) + - v7.0 + - [7.0.0-DMR](/releases/release-7.0.0.md) + - v6.6 + - [6.6.0-DMR](/releases/release-6.6.0.md) + - v6.5 + - [6.5.2](/releases/release-6.5.2.md) + - [6.5.1](/releases/release-6.5.1.md) + - [6.5.0](/releases/release-6.5.0.md) + - v6.4 + - [6.4.0-DMR](/releases/release-6.4.0.md) + - v6.3 + - [6.3.0-DMR](/releases/release-6.3.0.md) + - v6.2 + - [6.2.0-DMR](/releases/release-6.2.0.md) + - v6.1 + - [6.1.6](/releases/release-6.1.6.md) + - [6.1.5](/releases/release-6.1.5.md) + - [6.1.4](/releases/release-6.1.4.md) + - [6.1.3](/releases/release-6.1.3.md) + - [6.1.2](/releases/release-6.1.2.md) + - [6.1.1](/releases/release-6.1.1.md) + - [6.1.0](/releases/release-6.1.0.md) + - v6.0 + - [6.0.0-DMR](/releases/release-6.0.0-dmr.md) + - v5.4 + - [5.4.3](/releases/release-5.4.3.md) + - [5.4.2](/releases/release-5.4.2.md) + - [5.4.1](/releases/release-5.4.1.md) + - [5.4.0](/releases/release-5.4.0.md) + - v5.3 + - [5.3.4](/releases/release-5.3.4.md) + - [5.3.3](/releases/release-5.3.3.md) + - [5.3.2](/releases/release-5.3.2.md) + - [5.3.1](/releases/release-5.3.1.md) + - [5.3.0](/releases/release-5.3.0.md) + - v5.2 + - [5.2.4](/releases/release-5.2.4.md) + - [5.2.3](/releases/release-5.2.3.md) + - [5.2.2](/releases/release-5.2.2.md) + - [5.2.1](/releases/release-5.2.1.md) + - [5.2.0](/releases/release-5.2.0.md) + - v5.1 + - [5.1.5](/releases/release-5.1.5.md) + - [5.1.4](/releases/release-5.1.4.md) + - [5.1.3](/releases/release-5.1.3.md) + - [5.1.2](/releases/release-5.1.2.md) + - [5.1.1](/releases/release-5.1.1.md) + - [5.1.0](/releases/release-5.1.0.md) + - v5.0 + - [5.0.6](/releases/release-5.0.6.md) + - [5.0.5](/releases/release-5.0.5.md) + - [5.0.4](/releases/release-5.0.4.md) + - [5.0.3](/releases/release-5.0.3.md) + - [5.0.2](/releases/release-5.0.2.md) + - [5.0.1](/releases/release-5.0.1.md) + - [5.0GA](/releases/release-5.0.0.md) + - [5.0.0-rc](/releases/release-5.0.0-rc.md) + - v4.0 + - [4.0.16](/releases/release-4.0.16.md) + - [4.0.15](/releases/release-4.0.15.md) + - [4.0.14](/releases/release-4.0.14.md) + - [4.0.13](/releases/release-4.0.13.md) + - [4.0.12](/releases/release-4.0.12.md) + - [4.0.11](/releases/release-4.0.11.md) + - [4.0.10](/releases/release-4.0.10.md) + - [4.0.9](/releases/release-4.0.9.md) + - [4.0.8](/releases/release-4.0.8.md) + - [4.0.7](/releases/release-4.0.7.md) + - [4.0.6](/releases/release-4.0.6.md) + - [4.0.5](/releases/release-4.0.5.md) + - [4.0.4](/releases/release-4.0.4.md) + - [4.0.3](/releases/release-4.0.3.md) + - [4.0.2](/releases/release-4.0.2.md) + - [4.0.1](/releases/release-4.0.1.md) + - [4.0GA](/releases/release-4.0-ga.md) + - [4.0.0-rc.2](/releases/release-4.0.0-rc.2.md) + - [4.0.0-rc.1](/releases/release-4.0.0-rc.1.md) + - [4.0.0-rc](/releases/release-4.0.0-rc.md) + - [4.0.0-ベータ.2](/releases/release-4.0.0-beta.2.md) + - [4.0.0-ベータ.1](/releases/release-4.0.0-beta.1.md) + - [4.0.0-ベータ版](/releases/release-4.0.0-beta.md) + - v3.1 + - [3.1.2](/releases/release-3.1.2.md) + - [3.1.1](/releases/release-3.1.1.md) + - [3.1.0 一般提供](/releases/release-3.1.0-ga.md) + - [3.1.0-rc](/releases/release-3.1.0-rc.md) + - [3.1.0-ベータ.2](/releases/release-3.1.0-beta.2.md) + - [3.1.0-ベータ.1](/releases/release-3.1.0-beta.1.md) + - [3.1.0 ベータ版](/releases/release-3.1.0-beta.md) + - v3.0 + - [3.0.20](/releases/release-3.0.20.md) + - [3.0.19](/releases/release-3.0.19.md) + - [3.0.18](/releases/release-3.0.18.md) + - [3.0.17](/releases/release-3.0.17.md) + - [3.0.16](/releases/release-3.0.16.md) + - [3.0.15](/releases/release-3.0.15.md) + - [3.0.14](/releases/release-3.0.14.md) + - [3.0.13](/releases/release-3.0.13.md) + - [3.0.12](/releases/release-3.0.12.md) + - [3.0.11](/releases/release-3.0.11.md) + - [3.0.10](/releases/release-3.0.10.md) + - [3.0.9](/releases/release-3.0.9.md) + - [3.0.8](/releases/release-3.0.8.md) + - [3.0.7](/releases/release-3.0.7.md) + - [3.0.6](/releases/release-3.0.6.md) + - [3.0.5](/releases/release-3.0.5.md) + - [3.0.4](/releases/release-3.0.4.md) + - [3.0.3](/releases/release-3.0.3.md) + - [3.0.2](/releases/release-3.0.2.md) + - [3.0.1](/releases/release-3.0.1.md) + - [3.0GA](/releases/release-3.0-ga.md) + - [3.0.0-rc.3](/releases/release-3.0.0-rc.3.md) + - [3.0.0-rc.2](/releases/release-3.0.0-rc.2.md) + - [3.0.0-rc.1](/releases/release-3.0.0-rc.1.md) + - [3.0.0-ベータ.1](/releases/release-3.0.0-beta.1.md) + - [3.0.0-ベータ版](/releases/release-3.0-beta.md) + - v2.1 + - [2.1.19](/releases/release-2.1.19.md) + - [2.1.18](/releases/release-2.1.18.md) + - [2.1.17](/releases/release-2.1.17.md) + - [2.1.16](/releases/release-2.1.16.md) + - [2.1.15](/releases/release-2.1.15.md) + - [2.1.14](/releases/release-2.1.14.md) + - [2.1.13](/releases/release-2.1.13.md) + - [2.1.12](/releases/release-2.1.12.md) + - [2.1.11](/releases/release-2.1.11.md) + - [2.1.10](/releases/release-2.1.10.md) + - [2.1.9](/releases/release-2.1.9.md) + - [2.1.8](/releases/release-2.1.8.md) + - [2.1.7](/releases/release-2.1.7.md) + - [2.1.6](/releases/release-2.1.6.md) + - [2.1.5](/releases/release-2.1.5.md) + - [2.1.4](/releases/release-2.1.4.md) + - [2.1.3](/releases/release-2.1.3.md) + - [2.1.2](/releases/release-2.1.2.md) + - [2.1.1](/releases/release-2.1.1.md) + - [2.1GA](/releases/release-2.1-ga.md) + - [2.1 RC5](/releases/release-2.1-rc.5.md) + - [2.1 RC4](/releases/release-2.1-rc.4.md) + - [2.1 RC3](/releases/release-2.1-rc.3.md) + - [2.1 RC2](/releases/release-2.1-rc.2.md) + - [2.1 RC1](/releases/release-2.1-rc.1.md) + - [2.1 ベータ版](/releases/release-2.1-beta.md) + - v2.0 + - [2.0.11](/releases/release-2.0.11.md) + - [2.0.10](/releases/release-2.0.10.md) + - [2.0.9](/releases/release-2.0.9.md) + - [2.0.8](/releases/release-2.0.8.md) + - [2.0.7](/releases/release-2.0.7.md) + - [2.0.6](/releases/release-2.0.6.md) + - [2.0.5](/releases/release-2.0.5.md) + - [2.0.4](/releases/release-2.0.4.md) + - [2.0.3](/releases/release-2.0.3.md) + - [2.0.2](/releases/release-2.0.2.md) + - [2.0.1](/releases/release-2.0.1.md) + - [2.0](/releases/release-2.0-ga.md) + - [2.0 RC5](/releases/release-2.0-rc.5.md) + - [2.0 RC4](/releases/release-2.0-rc.4.md) + - [2.0RC3](/releases/release-2.0-rc.3.md) + - [2.0 RC1](/releases/release-2.0-rc.1.md) + - [1.1 ベータ版](/releases/release-1.1-beta.md) + - [1.1 アルファ](/releases/release-1.1-alpha.md) + - v1.0 + - [1.0.8](/releases/release-1.0.8.md) + - [1.0.7](/releases/release-1.0.7.md) + - [1.0.6](/releases/release-1.0.6.md) + - [1.0.5](/releases/release-1.0.5.md) + - [1.0.4](/releases/release-1.0.4.md) + - [1.0.3](/releases/release-1.0.3.md) + - [1.0.2](/releases/release-1.0.2.md) + - [1.0.1](/releases/release-1.0.1.md) + - [1.0](/releases/release-1.0-ga.md) + - [一般提供前](/releases/release-pre-ga.md) + - [RC4](/releases/release-rc.4.md) + - [RC3](/releases/release-rc.3.md) + - [RC2](/releases/release-rc.2.md) + - [RC1](/releases/release-rc.1.md) +- [用語集](/glossary.md) diff --git a/markdown-pages/ja/tidb/release-7.1/_docHome.md b/markdown-pages/ja/tidb/release-7.1/_docHome.md new file mode 100644 index 0000000000..dc58a30899 --- /dev/null +++ b/markdown-pages/ja/tidb/release-7.1/_docHome.md @@ -0,0 +1,164 @@ +--- +title: PingCAP Documentation +hide_sidebar: true +hide_commit: true +hide_leftNav: true +--- + + + + + +TiDB Cloud は、フルマネージドの Database-as-a-Service (DBaaS) で、TiDB のすべての優れた機能をクラウドに提供し、データベースの複雑さではなくアプリケーションに集中できるようにします。 + + + + + +TiDB Cloudのドキュメントを参照してください。 + + + + + +TiDB Cloudを始めるための簡単な方法をガイドします。 + + + + + +TiDB Cloudの概念実証 (PoC) を迅速に完了するのに役立ちます + + + + + +フルマネージド サービスでのリアルタイム分析用に構築されたクラウドネイティブの分散 SQL データベースの機能を活用します。 + +無料でお試しください + + + + + + + +TiDB は、ハイブリッド トランザクションおよび分析処理 (HTAP) ワークロードをサポートするオープンソースの分散 SQL データベースです。 MySQL と互換性があり、水平スケーラビリティ、強力な一貫性、高可用性を備えています。 TiDB はオンプレミスまたはクラウドにデプロイできます。 + + + + + +TiDB のドキュメントを参照してください。 + + + + + +TiDB を使い始める最も簡単な方法を説明します。 + + + + + +TiDB を本番環境でローカルにデプロイする方法を学ぶ + + + + + +オープンソースの TiDB プラットフォームは、Apache 2.0 ライセンスに基づいてリリースされ、コミュニティによってサポートされています。 + +ダウンロード + + + + + + + + + +TiDB アプリケーション開発者向けのドキュメント + + + + + +TiDB Cloudアプリケーション開発者向けのドキュメント + + + + + + + + + + + + + +登録なしで、PlaygroundのTiDBの機能をワンストップでインタラクティブに体験 + + + + + +よく設計されたオンライン コースとインストラクター主導のトレーニングを通じて TiDB とTiDB Cloudを学びます + + + + + +Slack に参加するか、寄稿者になりましょう + + + + + +TiDB とTiDB Cloudに関する優れた記事をご覧ください + + + + + +TiDB とさまざまな使用例を説明する短いビデオの編集をご覧ください。 + + + + + +PingCAP とコミュニティに関するイベントを学ぶ + + + + + +電子書籍と論文をダウンロードする + + + + + +TiDB Cloudを利用してあらゆる GitHub リポジトリを詳細に分析する強力な洞察ツール + + + + + +ドキュメントをより良いものにするために一緒に働きましょう! + + + + + + + + diff --git a/markdown-pages/ja/tidb/release-7.1/_index.md b/markdown-pages/ja/tidb/release-7.1/_index.md new file mode 100644 index 0000000000..32049da1c2 --- /dev/null +++ b/markdown-pages/ja/tidb/release-7.1/_index.md @@ -0,0 +1,145 @@ +--- +title: TiDB Introduction +hide_sidebar: true +hide_commit: true +--- + + + + + + + +[TiDBとは](https://docs.pingcap.com/tidb/v7.1/overview) + +[特徴](https://docs.pingcap.com/tidb/v7.1/basic-features) + +[TiFlash](https://docs.pingcap.com/tidb/v7.1/tiflash-overview) + + + + + +[TiDB を試してみる](https://docs.pingcap.com/tidb/v7.1/quick-start-with-tidb) + +[HTAP を試してみる](https://docs.pingcap.com/tidb/v7.1/quick-start-with-htap) + +[サンプルデータベースのインポート](https://docs.pingcap.com/tidb/v7.1/import-example-data) + + + + + +[開発者ガイドの概要](https://docs.pingcap.com/tidb/v7.1/dev-guide-overview) + +[クイックスタート](https://docs.pingcap.com/tidb/v7.1/dev-guide-build-cluster-in-cloud) + +[応用例](https://docs.pingcap.com/tidb/v7.1/dev-guide-sample-application-java-spring-boot) + + + + + +[ソフトウェアとハードウェアの要件](https://docs.pingcap.com/tidb/v7.1/hardware-and-software-requirements) + +[TiUPを使用した TiDBクラスタのデプロイ](https://docs.pingcap.com/tidb/v7.1/production-deployment-using-tiup) + +[TiDBクラスタをKubernetes にデプロイ](https://docs.pingcap.com/tidb-in-kubernetes/stable) + + + + + +[移行の概要](https://docs.pingcap.com/tidb/v7.1/migration-overview) + +[移行ツール](https://docs.pingcap.com/tidb/v7.1/migration-tools) + +[典型的なシナリオ](https://docs.pingcap.com/tidb/v7.1/migrate-aurora-to-tidb) + + + + + +[クラスタをアップグレードする](https://docs.pingcap.com/tidb/v7.1/upgrade-tidb-using-tiup) + +[クラスタをスケールする](https://docs.pingcap.com/tidb/v7.1/scale-tidb-using-tiup) + +[クラスタデータのバックアップと復元](https://docs.pingcap.com/tidb/v7.1/backup-and-restore-overview) + +[毎日のチェック](https://docs.pingcap.com/tidb/v7.1/daily-check) + +[TiUPを使用して TiDBを管理](https://docs.pingcap.com/tidb/v7.1/maintain-tidb-using-tiup) + + + + + +[プロメテウスとグラファナを使用する](https://docs.pingcap.com/tidb/v7.1/tidb-monitoring-framework) + +[モニタリングAPI](https://docs.pingcap.com/tidb/v7.1/tidb-monitoring-api) + +[アラートルール](https://docs.pingcap.com/tidb/v7.1/alert-rules) + + + + + +[チューニングの概要](https://docs.pingcap.com/tidb/v7.1/performance-tuning-overview) + +[チューニング方法](https://docs.pingcap.com/tidb/v7.1/performance-tuning-methods) + +[OLTP パフォーマンスを調整する](https://docs.pingcap.com/tidb/v7.1/performance-tuning-practices) + +[オペレーティング システムを調整する](https://docs.pingcap.com/tidb/v7.1/tune-operating-system) + +[構成を調整する](https://docs.pingcap.com/tidb/v7.1/configure-memory-usage) + +[SQL パフォーマンスの調整](https://docs.pingcap.com/tidb/v7.1/sql-tuning-overview) + + + + + +[TiUP](https://docs.pingcap.com/tidb/v7.1/tiup-overview) + +[TiDB Operator](https://docs.pingcap.com/tidb/v7.1/tidb-operator-overview) + +[TiDB データ移行 (DM)](https://docs.pingcap.com/tidb/v7.1/dm-overview) + +[TiDB Lightning](https://docs.pingcap.com/tidb/v7.1/tidb-lightning-overview) + +[Dumpling](https://docs.pingcap.com/tidb/v7.1/dumpling-overview) + +[TiCDC](https://docs.pingcap.com/tidb/v7.1/ticdc-overview) + +[バックアップと復元 (BR)](https://docs.pingcap.com/tidb/v7.1/backup-and-restore-overview) + +[PingCAPクリニック](https://docs.pingcap.com/tidb/v7.1/clinic-introduction) + + + + + +[TiDB ロードマップ](https://docs.pingcap.com/tidb/dev/tidb-roadmap) + +[TiDBコンフィグレーションファイルのパラメータ](https://docs.pingcap.com/tidb/v7.1/tidb-configuration-file) + +[TiDB コマンドライン フラグ](https://docs.pingcap.com/tidb/v7.1/command-line-flags-for-tidb-configuration) + +[TiDB コントロール](https://docs.pingcap.com/tidb/v7.1/tidb-control) + +[システム変数](https://docs.pingcap.com/tidb/v7.1/system-variables) + +[リリースノート](https://docs.pingcap.com/tidb/v7.1/release-notes) + +[FAQの概要](https://docs.pingcap.com/tidb/v7.1/faq-overview) + + + + diff --git a/markdown-pages/ja/tidbcloud/master/tidb-cloud/_index.md b/markdown-pages/ja/tidbcloud/master/tidb-cloud/_index.md index 60d727d49b..7da230a149 100644 --- a/markdown-pages/ja/tidbcloud/master/tidb-cloud/_index.md +++ b/markdown-pages/ja/tidbcloud/master/tidb-cloud/_index.md @@ -5,147 +5,147 @@ hide_sidebar: true hide_commit: true --- - + -[TiDB Cloudを選ぶ理由](https://docs.pingcap.com/tidbcloud/tidb-cloud-intro) +[TiDB Cloudを選ぶ理由](https://docs.pingcap.com/tidbcloud/tidb-cloud-intro) -[アーキテクチャ](https://docs.pingcap.com/tidbcloud/tidb-cloud-intro#architecture) +[アーキテクチャ](https://docs.pingcap.com/tidbcloud/tidb-cloud-intro#architecture) -[FAQ](https://docs.pingcap.com/tidbcloud/tidb-cloud-faq) +[FAQ](https://docs.pingcap.com/tidbcloud/tidb-cloud-faq) -[TiDB Cloudを試す](https://docs.pingcap.com/tidbcloud/tidb-cloud-quickstart) +[TiDB Cloudを試してみる](https://docs.pingcap.com/tidbcloud/tidb-cloud-quickstart) -[HTAP を試す](https://docs.pingcap.com/tidbcloud/tidb-cloud-htap-quickstart) +[HTAP を試してみる](https://docs.pingcap.com/tidbcloud/tidb-cloud-htap-quickstart) -[コンセプトの証明](https://docs.pingcap.com/tidbcloud/tidb-cloud-poc) +[コンセプトの証明](https://docs.pingcap.com/tidbcloud/tidb-cloud-poc) -[開発者ガイドの概要](https://docs.pingcap.com/tidbcloud/dev-guide-overview) +[開発者ガイドの概要](https://docs.pingcap.com/tidbcloud/dev-guide-overview) -[クイックスタート](https://docs.pingcap.com/tidbcloud/dev-guide-build-cluster-in-cloud) +[クイックスタート](https://docs.pingcap.com/tidbcloud/dev-guide-build-cluster-in-cloud) -[適用例](https://docs.pingcap.com/tidbcloud/dev-guide-sample-application-spring-boot) +[応用例](https://docs.pingcap.com/tidbcloud/dev-guide-sample-application-spring-boot) -[クラスタを作成する](https://docs.pingcap.com/tidbcloud/create-tidb-cluster) +[クラスタを作成する](https://docs.pingcap.com/tidbcloud/create-tidb-cluster) -[クラスタに接続する](https://docs.pingcap.com/tidbcloud/connect-to-tidb-cluster) +[クラスタに接続する](https://docs.pingcap.com/tidbcloud/connect-to-tidb-cluster) -[HTAPクラスタを使用する](https://docs.pingcap.com/tidbcloud/tiflash-overview) +[HTAPクラスタを使用する](https://docs.pingcap.com/tidbcloud/tiflash-overview) -[データのバックアップと復元](https://docs.pingcap.com/tidbcloud/backup-and-restore) +[データのバックアップと復元](https://docs.pingcap.com/tidbcloud/backup-and-restore) -[クラスタのスケーリング](https://docs.pingcap.com/tidbcloud/scale-tidb-cluster) +[クラスタをスケールする](https://docs.pingcap.com/tidbcloud/scale-tidb-cluster) -[TiDBクラスタを一時停止または再開する](https://docs.pingcap.com/tidbcloud/pause-or-resume-tidb-cluster) +[TiDBクラスタの一時停止または再開](https://docs.pingcap.com/tidbcloud/pause-or-resume-tidb-cluster) -[ストリーム データ](http://docs.pingcap.com/tidbcloud/changefeed-overview) +[ストリームデータ](http://docs.pingcap.com/tidbcloud/changefeed-overview) -[API を使用する (ベータ)](https://docs.pingcap.com/tidbcloud/api-overview) +[APIを使用する(ベータ版)](https://docs.pingcap.com/tidbcloud/api-overview) -[TiDB CloudCLI を使用する](https://docs.pingcap.com/tidbcloud/get-started-with-cli) +[TiDB CloudCLI を使用する](https://docs.pingcap.com/tidbcloud/get-started-with-cli) -[サンプル データのインポート](https://docs.pingcap.com/tidbcloud/import-sample-data) +[サンプルデータのインポート](https://docs.pingcap.com/tidbcloud/import-sample-data) -[MySQL から](https://docs.pingcap.com/tidbcloud/migrate-data-into-tidb) +[MySQLから](https://docs.pingcap.com/tidbcloud/migrate-data-into-tidb) -[Amazon Aurora MySQL から](https://docs.pingcap.com/tidbcloud/migrate-from-aurora-bulk-import) +[Amazon Aurora MySQL から](https://docs.pingcap.com/tidbcloud/migrate-from-aurora-bulk-import) -[Amazon S3 または GCS から](https://docs.pingcap.com/tidbcloud/migrate-from-amazon-s3-or-gcs) +[Amazon S3 または GCS から](https://docs.pingcap.com/tidbcloud/migrate-from-amazon-s3-or-gcs) -[CSV ファイルから](https://docs.pingcap.com/tidbcloud/import-csv-files) +[CSVファイルから](https://docs.pingcap.com/tidbcloud/import-csv-files) -[Apache Parquet ファイルから](https://docs.pingcap.com/tidbcloud/import-csv-files) +[Apache Parquet ファイルから](https://docs.pingcap.com/tidbcloud/import-csv-files) -[ステータスと指標](https://docs.pingcap.com/tidbcloud/monitor-tidb-cluster) +[ステータスとメトリクス](https://docs.pingcap.com/tidbcloud/monitor-tidb-cluster) -[ビルトインモニタリング](https://docs.pingcap.com/tidbcloud/built-in-monitoring) +[内蔵モニタリング](https://docs.pingcap.com/tidbcloud/built-in-monitoring) -[組み込みアラート](https://docs.pingcap.com/tidbcloud/monitor-built-in-alerting) +[組み込みのアラート](https://docs.pingcap.com/tidbcloud/monitor-built-in-alerting) -[チューニングの概要](https://docs.pingcap.com/tidbcloud/tidb-cloud-tune-performance-overview) +[チューニングの概要](https://docs.pingcap.com/tidbcloud/tidb-cloud-tune-performance-overview) -[パフォーマンスを分析する](https://docs.pingcap.com/tidbcloud/tune-performance) +[パフォーマンスの分析](https://docs.pingcap.com/tidbcloud/tune-performance) -[SQL パフォーマンスの調整](https://docs.pingcap.com/tidbcloud/tidb-cloud-sql-tuning-overview) +[SQL パフォーマンスの調整](https://docs.pingcap.com/tidbcloud/tidb-cloud-sql-tuning-overview) -[TiFlashパフォーマンスの調整](https://docs.pingcap.com/tidbcloud/tune-tiflash-performance) +[TiFlash のパフォーマンスを調整する](https://docs.pingcap.com/tidbcloud/tune-tiflash-performance) -[パスワード認証](https://docs.pingcap.com/tidbcloud/tidb-cloud-password-authentication) +[パスワード認証](https://docs.pingcap.com/tidbcloud/tidb-cloud-password-authentication) -[ユーザー プロファイルの管理](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-user-profiles) +[ユーザープロファイルの管理](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-user-profiles) -[組織のアクセスを管理する](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-organization-access) +[組織のアクセスを管理する](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-organization-access) -[プロジェクト アクセスの管理](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-project-access) +[プロジェクトへのアクセスを管理する](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-project-access) -[役割の構成](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-role-access) +[役割の構成](https://docs.pingcap.com/tidbcloud/manage-user-access#manage-role-access) -[Security設定の構成](https://docs.pingcap.com/tidbcloud/configure-security-settings) +[Security設定を構成する](https://docs.pingcap.com/tidbcloud/configure-security-settings) -[価格](https://en.pingcap.com/tidb-cloud-pricing/) +[価格設定](https://en.pingcap.com/tidb-cloud-pricing/) -[請求書](https://docs.pingcap.com/tidbcloud/tidb-cloud-billing#invoices) +[請求書](https://docs.pingcap.com/tidbcloud/tidb-cloud-billing#invoices) -[クレジット](https://docs.pingcap.com/tidbcloud/tidb-cloud-billing#credits) +[クレジット](https://docs.pingcap.com/tidbcloud/tidb-cloud-billing#credits) -[エアバイト](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-airbyte) +[エアバイト](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-airbyte) -[データドッグ](https://docs.pingcap.com/tidbcloud/monitor-datadog-integration) +[データドッグ](https://docs.pingcap.com/tidbcloud/monitor-datadog-integration) -[ザピア](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-zapier) +[ザピエル](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-zapier) -[ヴェルセル](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-vercel) +[ヴェルセル](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-vercel) -[テラフォーム](https://docs.pingcap.com/tidbcloud/terraform-tidbcloud-provider-overview) +[テラフォーム](https://docs.pingcap.com/tidbcloud/terraform-tidbcloud-provider-overview) -[Amazon AppFlow](https://docs.pingcap.com/tidbcloud/dev-guide-aws-appflow-integration) +[Amazon アプリフロー](https://docs.pingcap.com/tidbcloud/dev-guide-aws-appflow-integration) -[システム変数](https://docs.pingcap.com/tidbcloud/system-variables) +[システム変数](https://docs.pingcap.com/tidbcloud/system-variables) -[リリースノート](https://docs.pingcap.com/tidbcloud/tidb-cloud-release-notes) +[リリースノート](https://docs.pingcap.com/tidbcloud/tidb-cloud-release-notes) -[SQL リファレンス](https://docs.pingcap.com/tidbcloud/basic-sql-operations) +[SQLリファレンス](https://docs.pingcap.com/tidbcloud/basic-sql-operations) diff --git a/markdown-pages/zh/tidb-in-kubernetes/release-1.2/_index.md b/markdown-pages/zh/tidb-in-kubernetes/release-1.2/_index.md index 5467a96705..9caba525b7 100644 --- a/markdown-pages/zh/tidb-in-kubernetes/release-1.2/_index.md +++ b/markdown-pages/zh/tidb-in-kubernetes/release-1.2/_index.md @@ -11,7 +11,7 @@ summary: 了解 TiDB in Kubernetes 的用户文档。 TiDB 与 TiDB Operator 版本的对应关系如下: -| TiDB Operator 版本 | 适用的 TiDB 版本 | +| TiDB 版本 | 适用的 TiDB Operator 版本 | |:---|:---| | dev | dev | | TiDB >= 5.4 | 1.3 | diff --git a/markdown-pages/zh/tidb-in-kubernetes/release-1.3/_index.md b/markdown-pages/zh/tidb-in-kubernetes/release-1.3/_index.md index 219af66d11..e3b38c448d 100644 --- a/markdown-pages/zh/tidb-in-kubernetes/release-1.3/_index.md +++ b/markdown-pages/zh/tidb-in-kubernetes/release-1.3/_index.md @@ -5,7 +5,7 @@ hide_sidebar: true hide_commit: true --- - + diff --git a/markdown-pages/zh/tidb-in-kubernetes/release-1.5/_index.md b/markdown-pages/zh/tidb-in-kubernetes/release-1.5/_index.md index f05b4d5edd..b6b9d28313 100644 --- a/markdown-pages/zh/tidb-in-kubernetes/release-1.5/_index.md +++ b/markdown-pages/zh/tidb-in-kubernetes/release-1.5/_index.md @@ -6,7 +6,7 @@ hide_sidebar: true hide_commit: true --- - + diff --git a/markdown-pages/zh/tidb/release-6.1/TOC.md b/markdown-pages/zh/tidb/release-6.1/TOC.md index 137c8c3cb5..4d7638b3ea 100644 --- a/markdown-pages/zh/tidb/release-6.1/TOC.md +++ b/markdown-pages/zh/tidb/release-6.1/TOC.md @@ -22,7 +22,7 @@ - 应用开发 - [概览](/develop/dev-guide-overview.md) - 快速开始 - - [使用 TiDB Cloud (Serverless Tier) 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) + - [使用 TiDB Serverless 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) - [使用 TiDB 的增删改查 SQL](/develop/dev-guide-tidb-crud-sql.md) - 示例程序 - [Golang](/develop/dev-guide-sample-application-golang.md) diff --git a/markdown-pages/zh/tidb/release-6.5/TOC.md b/markdown-pages/zh/tidb/release-6.5/TOC.md index 731da8240b..35d99ffa3b 100644 --- a/markdown-pages/zh/tidb/release-6.5/TOC.md +++ b/markdown-pages/zh/tidb/release-6.5/TOC.md @@ -17,7 +17,7 @@ - 应用开发 - [概览](/develop/dev-guide-overview.md) - 快速开始 - - [使用 TiDB Cloud (Serverless Tier) 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) + - [使用 TiDB Serverless 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) - [使用 TiDB 的增删改查 SQL](/develop/dev-guide-tidb-crud-sql.md) - 示例程序 - [Golang](/develop/dev-guide-sample-application-golang.md) @@ -966,6 +966,7 @@ - [TiDB 版本规则](/releases/versioning.md) - [TiDB 离线包](/binary-package.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md) diff --git a/markdown-pages/zh/tidb/release-6.6/TOC.md b/markdown-pages/zh/tidb/release-6.6/TOC.md index ddad3d3122..8015e358f6 100644 --- a/markdown-pages/zh/tidb/release-6.6/TOC.md +++ b/markdown-pages/zh/tidb/release-6.6/TOC.md @@ -17,7 +17,7 @@ - 应用开发 - [概览](/develop/dev-guide-overview.md) - 快速开始 - - [使用 TiDB Cloud (Serverless Tier) 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) + - [使用 TiDB Serverless 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) - [使用 TiDB 的增删改查 SQL](/develop/dev-guide-tidb-crud-sql.md) - 示例程序 - [Golang](/develop/dev-guide-sample-application-golang.md) @@ -977,6 +977,7 @@ - v6.6 - [6.6.0-DMR](/releases/release-6.6.0.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md) diff --git a/markdown-pages/zh/tidb/release-7.0/TOC.md b/markdown-pages/zh/tidb/release-7.0/TOC.md index 9b1d973cb3..b984e9b723 100644 --- a/markdown-pages/zh/tidb/release-7.0/TOC.md +++ b/markdown-pages/zh/tidb/release-7.0/TOC.md @@ -17,7 +17,7 @@ - 应用开发 - [概览](/develop/dev-guide-overview.md) - 快速开始 - - [使用 TiDB Cloud (Serverless Tier) 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) + - [使用 TiDB Serverless 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) - [使用 TiDB 的增删改查 SQL](/develop/dev-guide-tidb-crud-sql.md) - 示例程序 - [Golang](/develop/dev-guide-sample-application-golang.md) @@ -988,6 +988,7 @@ - v6.6 - [6.6.0-DMR](/releases/release-6.6.0.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md) diff --git a/markdown-pages/zh/tidb/release-7.1/TOC.md b/markdown-pages/zh/tidb/release-7.1/TOC.md index 64d7a8c78b..521665d08a 100644 --- a/markdown-pages/zh/tidb/release-7.1/TOC.md +++ b/markdown-pages/zh/tidb/release-7.1/TOC.md @@ -17,7 +17,7 @@ - 应用开发 - [概览](/develop/dev-guide-overview.md) - 快速开始 - - [使用 TiDB Cloud (Serverless Tier) 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) + - [使用 TiDB Serverless 构建 TiDB 集群](/develop/dev-guide-build-cluster-in-cloud.md) - [使用 TiDB 的增删改查 SQL](/develop/dev-guide-tidb-crud-sql.md) - 示例程序 - [Golang](/develop/dev-guide-sample-application-golang.md) @@ -490,13 +490,13 @@ - [SQL](/tidb-lightning/tidb-lightning-data-source.md#sql) - [Parquet](/tidb-lightning/tidb-lightning-data-source.md#parquet) - [自定义文件匹配](/tidb-lightning/tidb-lightning-data-source.md#自定义文件匹配) - - Physical Import Mode + - 物理导入模式 - [概述](/tidb-lightning/tidb-lightning-physical-import-mode.md) - [必要条件及限制](/tidb-lightning/tidb-lightning-physical-import-mode.md#必要条件及限制) - [配置及使用](/tidb-lightning/tidb-lightning-physical-import-mode-usage.md) - [冲突检测](/tidb-lightning/tidb-lightning-physical-import-mode-usage.md#冲突数据检测) - [性能调优](/tidb-lightning/tidb-lightning-physical-import-mode-usage.md#性能调优) - - Logical Import Mode + - 逻辑导入模式 - [概述](/tidb-lightning/tidb-lightning-logical-import-mode.md) - [必要条件及限制](/tidb-lightning/tidb-lightning-logical-import-mode.md#必要条件) - [配置及使用](/tidb-lightning/tidb-lightning-logical-import-mode-usage.md) @@ -996,6 +996,7 @@ - v6.6 - [6.6.0-DMR](/releases/release-6.6.0.md) - v6.5 + - [6.5.3](/releases/release-6.5.3.md) - [6.5.2](/releases/release-6.5.2.md) - [6.5.1](/releases/release-6.5.1.md) - [6.5.0](/releases/release-6.5.0.md)