pingcap / pingcap/tidb

ease of use: The stats_meta data table adds two fields related to statistics collection.

Open
#49,594 5 comments 0 reactions 1 assignee Claimed by @0xPoe View on GitHub
component/statistics sig/planner type/enhancement
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Feature Request

**Is your feature request related to a problem? Please describe:**
Ease of use: The stats_meta data table adds two fields related to statistics collection. One field represents the last table analyze statistics collection time, and the other field represents the source of the last table analyze statistics (internal automatic collection or external manual collection).

**Describe the feature you'd like:**
Ease of use: The stats_meta data table adds two fields related to statistics collection. One field represents the last table analyze statistics collection time, and the other field represents the source of the last table analyze statistics (internal automatic collection or external manual collection).

**Describe alternatives you've considered:**
NO

**Teachability, Documentation, Adoption, Migration Strategy:**
Scenes:
1. Used to distinguish and identify external statistical information collection scripts
2. Check the recent collection time and collection method of the differentiation table statistics.

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.