Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tikv_region_status 中的数据 是统计历史所有的吗?还是近n天的统计数据?

【TiDB Usage Environment】Production Environment / Testing / PoC
【TiDB Version】4.x
【Reproduction Path】select TABLE_NAME from INFORMATION_SCHEMA.tikv_region_status where READ_BYTES = 0 and WRITTEN_BYTES != 0 \G
【Encountered Problem: Problem Phenomenon and Impact】 I don’t understand the time range of the data statistics displayed by tikv_region_status. I couldn’t find it in the documentation either. Is it data from the past day? Or all historical data?
【Resource Configuration】
【Attachments: Screenshots/Logs/Monitoring】