diff --git a/releases/release-6.1.0.md b/releases/release-6.1.0.md index 1fa521d8a062..5e8f97460fa3 100644 --- a/releases/release-6.1.0.md +++ b/releases/release-6.1.0.md @@ -87,7 +87,7 @@ In 6.1.0, the key new features or improvements are as follows: * TiFlash supports partitioned tables in dynamic pruning mode. - To enhance performance in OLAP scenarios, dynamic pruning mode is enabled by default for partitioned tables. If your TiDB is upgraded from versions earlier than v6.0.0, it is recommended that you manually update statistics of existing partitioned tables, so as to maximize the performance (not required for new installations or new partitions created after upgrade to v6.1.0). + To enhance performance in OLAP scenarios, dynamic pruning mode is supported for partitioned tables. If your TiDB is upgraded from versions earlier than v6.0.0, it is recommended that you manually update statistics of existing partitioned tables, so as to maximize the performance (not required for new installations or new partitions created after upgrade to v6.1.0). User documents: [Access partitioned tables in the MPP mode](/tiflash/use-tiflash.md#access-partitioned-tables-in-the-mpp-mode), [Dynamic pruning mode](/partitioned-table.md#dynamic-pruning-mode), [#3873](https://github.com/pingcap/tiflash/issues/3873)