diff --git a/tidb-roadmap.md b/tidb-roadmap.md
index 9d167d07204f4..5e3714b930bbb 100644
--- a/tidb-roadmap.md
+++ b/tidb-roadmap.md
@@ -80,7 +80,7 @@ In the course of development, this roadmap is subject to change based on user ne
Runaway query control
- An operator-controlled way to greatly add performance stability to workloads with unexpectedly expensive queries
+ An operator-controlled way to greatly enhance performance stability for workloads with unexpectedly expensive queries
@@ -89,7 +89,7 @@ In the course of development, this roadmap is subject to change based on user ne
-
Disaggregation of Placement Driver (PD)
-
Greater cluster scalability and resiliency
+
Enhance cluster scalability and resilience
@@ -104,7 +104,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 supports multiple storage engines in HTAP use cases
@@ -117,7 +117,7 @@ In the course of development, this roadmap is subject to change based on user ne
-
- TiCDC integrations with data warehouse / data lake systems
+ TiCDC integrations with data warehouse or data lake systems
@@ -138,7 +138,7 @@ In the course of development, this roadmap is subject to change based on user ne
-
Index Advisor
-
Recommend indexes to users based on workload, statistics, and execution plans
+ Offer index recommendations to users based on workload, statistics, and execution plans
|
@@ -146,7 +146,7 @@ In the course of development, this roadmap is subject to change based on user ne
-
Materialized views
-
Pre-computed results stored as a persistent data view to boost query performance
+
Store pre-computed results as a persistent data view to boost query performance
-