diff --git a/markdown-pages/en/tidb/release-8.1/releases/release-8.1.0.md b/markdown-pages/en/tidb/release-8.1/releases/release-8.1.0.md index 4d49574a..896f89e1 100644 --- a/markdown-pages/en/tidb/release-8.1/releases/release-8.1.0.md +++ b/markdown-pages/en/tidb/release-8.1/releases/release-8.1.0.md @@ -42,7 +42,7 @@ Compared with the previous LTS 7.5.0, 8.1.0 includes new features, improvements, Large batch DML jobs, such as extensive cleanup jobs, joins, or aggregations, can consume a significant amount of memory and have previously been limited at very large scales. Bulk DML (tidb_dml_type = "bulk") is a new DML type for handling large batch DML tasks more efficiently while providing transaction guarantees and mitigating OOM issues. This feature differs from import, load, and restore operations when used for data loading. - Enhance the stability of caching the schema information when there is a massive number of tables (experimental, , introduced in v8.0.0) + Enhance the stability of caching the schema information when there is a massive number of tables (experimental, introduced in v8.0.0) 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: