Skip to content

Commit

Permalink
Replace v6.6.6 with v6.6.0 (#12730)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda authored Mar 3, 2023
1 parent f2d5d2d commit 12e2333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explain-mpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Compared to the output of `EXPLAIN`, the `operator info` column of the operator

## MPP version and exchange data compression

Starting from v6.6.6, the new fields `MPPVersion` and `Compression` are added to the MPP execution plan.
Starting from v6.6.0, the new fields `MPPVersion` and `Compression` are added to the MPP execution plan.

- `MppVersion`: The version number of the MPP execution plan, which can be set through the system variable [`mpp_version`](/system-variables.md#mpp_version-new-in-v660).
- `Compression`: The data compression mode of the `Exchange` operator, which can be set through the system variable [`mpp_exchange_compression_mode`](/system-variables.md#mpp_exchange_compression_mode-new-in-v660). If data compression is not enabled, this field is not displayed in the execution plan.
Expand Down

0 comments on commit 12e2333

Please sign in to comment.