tikv/tikv

Better memory observation for tidb_query executors

Open

#5,338 建立於 2019年8月27日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)Rust (15,922 star) (2,189 fork)batch import
difficulty/easyhelp wantedsig/coprocessorstatus/mentorstatus/proposal

描述

Feature Request

Inspired from https://github.com/pingcap/tidb/issues/11840. Currently we have no existing way to check how much memory is used in some memory-heavy executors like hash aggregation and top n. Adding metrics to these executors should help diagnose these kind of problems without the need to build a specialized binary.

貢獻者指南

Better memory observation for tidb_query executors · tikv/tikv#5338 | Good First Issue