pingcap / pingcap/tidb

memory usage of analyze is not efficiently controlled by rate-limit

Open
#33,066 0 comments 0 reactions 0 assignees View on GitHub
type/enhancement
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Enhancement
Currently, analyze job will send requests to TiKV to fetch sample data with 30 currency which is 2*defaultConcurrency(15). In some cases, when sample-rate or data volume is large, analyze easily consumes much of the server memory, even oom, impacting user queries. So, the memory usage of analyze should be controlled well with requests' rate-limit.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.