diff --git a/tidb-roadmap.md b/tidb-roadmap.md
index 45e27bdf0f1d1..0b7abfdc6ae26 100644
--- a/tidb-roadmap.md
+++ b/tidb-roadmap.md
@@ -29,7 +29,7 @@ In the course of development, this roadmap is subject to change based on user ne
-
Distributed execution framework
- Distributed execution framework v7.2 introduced the foundation for executing background tasks (i.e., DDL, analyze, etc.) parallelized across compute nodes. v7.4 introduces global sorting in distributed re-organization tasks (i.e., DDL, import) removes a ton of extra resource consumption in storage. Optionally, external shared storage can be leveraged for simplicity and cost savings.
+ In v7.2.0, TiDB introduced the distributed execution framework for background tasks (such as DDL and analyze). This is the foundation for parallelizing these tasks across compute nodes. v7.4.0 introduces global sorting in distributed re-organization tasks (such as DDL and import), which greatly mitigates extra resource consumption in storage. Optionally, external shared storage can be leveraged for simplicity and cost savings.
@@ -57,7 +57,7 @@ In the course of development, this roadmap is subject to change based on user ne
-
Federated query
- TiDB query planner support for multiple storage engines in HTAP use cases.
+
TiDB query planner support for multiple storage engines in HTAP use cases.
@@ -76,8 +76,7 @@ In the course of development, this roadmap is subject to change based on user ne
Control over how background tasks, such as imports, DDL, TTL, auto-analyze, and compactions, can affect foreground traffic
-
-
+
Runaway query control
An operator-controlled way to greatly enhance performance stability for workloads with unexpectedly expensive queries
@@ -100,8 +99,7 @@ In the course of development, this roadmap is subject to change based on user ne
Multi-tenancy
Resource isolation on top of resource control
-
-
+