Support return CPU Arch and vendor information in CLUSTER_HARDWARE
Open
Nobody has claimed this yet.
type/enhancement
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
So far, TiFlash hasn't support returning vendor_id (e.g. AMD, Intel) and arch (e.g. amd64, x86, arm) in INFORMATION_SCHEMA.CLUSTER_HARDWARE.
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the implementation of INFORMATION_SCHEMA.CLUSTER_HARDWARE and review how its existing hardware fields are collected and exposed. Add support for vendor_id and arch, then verify that the result includes values such as AMD or Intel and amd64, x86, or arm.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100