enhancementhelp wanted
仓库指标
- Star
- (19,103 star)
- PR 合并指标
- (PR 指标待抓取)
描述
When you're debugging a SQL query, it's extremely useful to have per-query level cost statistics, such as:
- Duration
- Rows processed
- I/O throughput (MB/s)
- Indexes used
The idea is that people can see the actual cost of a query as they execute it.