diff --git a/content/en/docs/Description/enhanced-features.md b/content/en/docs/Description/enhanced-features.md
index cda9406d51bdb7a1c147767ed4d6dbee000b9803..be866db96a162c2b249f54bad7827b03bf39b871 100644
--- a/content/en/docs/Description/enhanced-features.md
+++ b/content/en/docs/Description/enhanced-features.md
@@ -11,28 +11,28 @@ openGauss supports range partitioning. Records to be inserted into a table are d
**Table 1** Partitioning benefits
-
Scenario
- |
-Benefits
- |
-
-
-Frequently accessed rows in a table are located in one or a few partitions.
- |
-Improves access performance by significantly reduces search space.
- |
-
-Most partition records need to be queried or updated.
- |
-Improves performance because only one partition rather than the whole table needs to be scanned.
- |
-
-Records that need to be loaded or deleted in batches are located in one or a few partitions.
- |
-Improves processing performance because related partitions can be directly read or deleted. Reduces de-fragmentation workloads because records can be deleted in batches.
- |
-
-
+Scenario
+ |
+Benefits
+ |
+
+
+Frequently accessed rows in a table are located in one or a few partitions.
+ |
+Improves access performance by significantly reduces search space.
+ |
+
+Most partition records need to be queried or updated.
+ |
+Improves performance because only one partition rather than the whole table needs to be scanned.
+ |
+
+Records that need to be loaded or deleted in batches are located in one or a few partitions.
+ |
+Improves processing performance because related partitions can be directly read or deleted. Reduces de-fragmentation workloads because records can be deleted in batches.
+ |
+
+
Data partitioning provides the following benefits:
@@ -74,7 +74,7 @@ In a wide table containing a huge amount of data, a query usually only involves
**Figure 2** Hybrid row-column storage engine
- .png)
+
The restrictions of the column storage engine are as follows:
diff --git "a/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md" "b/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md"
index a8f743201c18589ea1db9054a1a6164cbf0e8034..5cf2ae099fa31df41ac10070b5dcbf0770eba328 100644
--- "a/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md"
+++ "b/content/zh/docs/Description/\344\274\201\344\270\232\347\272\247\345\242\236\345\274\272\347\211\271\346\200\247.md"
@@ -74,7 +74,7 @@ openGauss支持范围分区(Range Partitioning)功能,即根据表的一
**图 2** 行列混存引擎
- 
+
当前列存储引擎有以下约束: