Skip to content

Commit

Permalink
sql-plan-replayer: update description about plan replayer zip file GC…
Browse files Browse the repository at this point in the history
… strategy (#13547)
  • Loading branch information
time-and-fate authored May 16, 2023
1 parent 097c9d2 commit a4d9510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql-plan-replayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ analyze table t;
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.
`PLAN REPLAYER DUMP` packages the table information above into a `ZIP` file and returns the file identifier as the execution result.

> **Note:**
>
Expand Down Expand Up @@ -247,7 +247,7 @@ The method of downloading the file of `PLAN REPLAYER CAPTURE` is the same as tha

> **Note:**
>
> The result file of `PLAN REPLAYER CAPTURE` is kept in the TiDB cluster for up to one hour. After one hour, TiDB deletes the file.
> The result file of `PLAN REPLAYER CAPTURE` is kept in the TiDB cluster for up to one week. After one week, TiDB deletes the file.
## Use `PLAN REPLAYER CONTINUOUS CAPTURE`

Expand Down

0 comments on commit a4d9510

Please sign in to comment.