Skip to content

Commit

Permalink
Update sql-plan-replayer.md
Browse files Browse the repository at this point in the history
Co-authored-by: Liuxiaozhen12 <[email protected]>
  • Loading branch information
TomShawn and Liuxiaozhen12 authored Nov 25, 2021
1 parent 4f3ff67 commit dc6f532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-plan-replayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ plan replayer dump explain select * from t;

`PLAN REPLAYER DUMP` packages the table information above into a `ZIP` file and returns the file identifier as the execution result. This file is a one-time file. After the file is downloaded, TiDB will delete it.

> **note:**
> **Note:**
>
> The `ZIP` file is stored in a TiDB cluster for at most one hour. After one hour, TiDB will delete it.
Expand Down

0 comments on commit dc6f532

Please sign in to comment.