diff --git a/releases/release-8.0.0.md b/releases/release-8.0.0.md
index c39fe79c0c4a0..3e3364b840d7d 100644
--- a/releases/release-8.0.0.md
+++ b/releases/release-8.0.0.md
@@ -37,7 +37,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.0/quick-start-with-
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: implementing a priority queue for auto analyze , making the process less rigid and enhancing stability across a wider array of tables. |
+ 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 by implementing a priority queue for auto analyze , making the process less rigid and enhancing stability across a wider array of tables. |
DB Operations and Observability |
diff --git a/releases/release-8.1.0.md b/releases/release-8.1.0.md
index f8b295c6e418d..412144117a24b 100644
--- a/releases/release-8.1.0.md
+++ b/releases/release-8.1.0.md
@@ -45,7 +45,7 @@ Compared with the previous LTS 7.5.0, 8.1.0 includes new features, improvements,
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: implementing a priority queue for auto analyze , making the process less rigid and enhancing stability across a wider array of tables. |
+ 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 by implementing a priority queue for auto analyze , making the process less rigid and enhancing stability across a wider array of tables. |
Reliability and availability |