Open crazycs520 opened 4 years ago
This is a sub-task of https://github.com/pingcap/tidb/issues/15378.
What need todo? Implement the explainInfo metheod of below extractor.
explainInfo
here is an example:
>desc select * from `METRICS_SUMMARY` where metrics_name = "tidb_qps"; +----------------+----------+------+-----------------------+---------------+ | id | estRows | task | access object | operator info | +----------------+----------+------+-----------------------+---------------+ | MemTableScan_5 | 10000.00 | root | table:METRICS_SUMMARY | xxx | +----------------+----------+------+-----------------------+---------------+
Contact the mentors: #tidb-challenge-program channel in TiDB Community Slack Workspace
/assign
Description
This is a sub-task of https://github.com/pingcap/tidb/issues/15378.
What need todo? Implement the
explainInfo
metheod of below extractor.here is an example:
Score
Mentor(s)
Contact the mentors: #tidb-challenge-program channel in TiDB Community Slack Workspace
Recommended Skills
Learning Materials