tidb_auto_analyze_end_time 和tidb_auto_analyze_start_time
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 1.2k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 31
Description
File: /release-6.1/system-variables.md
建议添加描述:
默认utc时间,中国时间需要+8,如:
set global tidb_auto_analyze_start_time='00:00 +0800';
set global tidb_auto_analyze_end_time='06:00 +0800';
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open release-6.1/system-variables.md and locate the entries for tidb_auto_analyze_start_time and tidb_auto_analyze_end_time. Add the UTC default note, the China-time +0800 guidance, and the two example SET GLOBAL statements; done means the descriptions and examples appear correctly on the linked documentation page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100