Skip to content

Commit f6d4664

Browse files
committed
fix: remove unnessary part
1 parent 9ee11ea commit f6d4664

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

statistics.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,6 @@ After enabling the synchronously loading statistics feature, you can control how
497497

498498
</CustomContent>
499499

500-
### Refresh in-memory statistics
501-
502-
After you import or restore statistics directly into the TiDB system tables, run [`REFRESH STATS`](/sql-statements/sql-statement-refresh-stats.md) to reload the persisted statistics into the TiDB servers' memory. You can target individual tables, all tables in a database, or the entire cluster (`*.*`), and choose between lightweight (`LITE`) and full (`FULL`) initialization. Add the optional `CLUSTER` keyword when you need every TiDB node to refresh its in-memory statistics.
503-
504500
## Export and import statistics
505501

506502
This section describes how to export and import statistics.

0 commit comments

Comments
 (0)