Skip to content

Commit

Permalink
fix dynamic pruning description
Browse files Browse the repository at this point in the history
Signed-off-by: Ran <huangran.alex@gmail.com>
  • Loading branch information
ran-huang committed Jun 15, 2022
1 parent f064558 commit 01fd0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/release-6.1.0.md
Expand Up @@ -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)

Expand Down

0 comments on commit 01fd0ac

Please sign in to comment.