Plan replayer is to help us reproduce the environment which is used by optimizer to decide how to generate Plan for each query. This is quite useful for us to debug if the plan unexpected changed.
This requests supports dump plan replatyer for tpch test.
The dumped zip file saved the following file:
/
|-q1_time.zip (plan replayer results for q1)
|-q2_time.zip
|-q3_time.zip
|-...
/
As we need status port to download plan replayer results from tidb-server, a quick example is like fowllowing:
Plan replayer is to help us reproduce the environment which is used by optimizer to decide how to generate Plan for each query. This is quite useful for us to debug if the plan unexpected changed.
This requests supports dump plan replatyer for tpch test.
The dumped zip file saved the following file: / |-q1_time.zip (plan replayer results for q1) |-q2_time.zip |-q3_time.zip |-... /
As we need status port to download plan replayer results from tidb-server, a quick example is like fowllowing: