Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade Go 1.19 #36879

Closed
1 of 3 tasks
hawkingrei opened this issue Aug 4, 2022 · 1 comment
Closed
1 of 3 tasks

upgrade Go 1.19 #36879

hawkingrei opened this issue Aug 4, 2022 · 1 comment
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@hawkingrei
Copy link
Member

hawkingrei commented Aug 4, 2022

Enhancement

Why we need to upgrade Go 1.19

  • important performance improvements (up to 20% for some generic programs)
  • The garbage collector has added support for a soft memory limit, discussed in detail in the new garbage collection guide. The limit can be particularly helpful for optimizing Go programs to run as efficiently as possible in containers with dedicated amounts of memory. it is important for tidb.
  • more metrics for Golang Runtime. runtime/metrics

For more information https://tip.golang.org/doc/go1.19

@hawkingrei hawkingrei added the type/enhancement The issue or PR belongs to an enhancement. label Aug 4, 2022
This was referenced Aug 4, 2022
ti-chi-bot pushed a commit that referenced this issue Aug 11, 2022
ti-chi-bot pushed a commit that referenced this issue Aug 25, 2022
ti-chi-bot pushed a commit that referenced this issue Aug 31, 2022
@Defined2014
Copy link
Contributor

already use go1.19 in TiDB repo, close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants