librespeed / librespeed/speedtest-go
MySQL data types need to be refactored
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 875
- Forks
- 183
- PR merge metrics
- No merged PRs in 30d
Description
dl,ul,ping,jitterare numbers, not a text,textandlongtextare too big data types,- nullability requires more attention.
Environment
- speedtest-go 1.1.1
Links
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 with database/mysql/telemetry_mysql.sql and compare its telemetry columns with the MySQL storage-requirements documentation linked in the issue. Review the types and nullability for dl, ul, ping, jitter, text, and longtext. Done means the schema uses appropriate numeric and text types with intentional nullability.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mysql, sql
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100