diff --git a/markdown-pages/en/tidb/release-8.0/releases/release-8.0.0.md b/markdown-pages/en/tidb/release-8.0/releases/release-8.0.0.md index fad53eb8..6461d1c9 100644 --- a/markdown-pages/en/tidb/release-8.0/releases/release-8.0.0.md +++ b/markdown-pages/en/tidb/release-8.0/releases/release-8.0.0.md @@ -36,7 +36,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.0/quick-start-with- With this feature, BR can fully leverage the scale advantage of a cluster, enabling all TiKV nodes in the cluster to participate in the preparation step of data restores. This feature can significantly improve the restore speed of large datasets in large-scale clusters. Real-world tests show that this feature can saturate the download bandwidth, with the download speed improving by 8 to 10 times, and the end-to-end restore speed improving by approximately 1.5 to 3 times. - Enhance stability of caching the schema information when there are a massive number of tables (experimental) + Enhance the stability of caching the schema information when there is a massive number of tables (experimental) SaaS companies using TiDB as the system of record for their multi-tenant applications often need to store a substantial number of tables. In previous versions, handling table counts in the order of a million or more was feasible, but it had the potential to degrade the overall user experience. TiDB v8.0.0 improves the situation with the following enhancements: