Skip to content
Snippets Groups Projects
Unverified Commit 18a7c7b0 authored by JacksonXie's avatar JacksonXie Committed by GitHub
Browse files

Trace collect stats info (#5000)

1. collect stats as column exec_plan_stats
2. record request_at, reponse_at in same table system.statement_info.
    if statement run a long time, there will be two records in table with same value statement_id
3. add ComputationWrapper::RecordExecPlan to collect exec_plan(stats info)
    it will record new format in PR Explain analyze and Support json serialization for UI #5070
4. add pkg/trace codeowner xzxiong
parent 30ad33e9
No related branches found
No related tags found
No related merge requests found
Showing
with 373 additions and 270 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment