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

Inline ops that read settings #245

Merged
merged 1 commit into from
Apr 20, 2023

Commits on Apr 20, 2023

  1. Inline ops that read settings (#2)

    Measures taken on 100 coldstart connections to a remote RDS mysql 5.7 in us-east-1, accessed from Spain. Units are ms.
    
    Before patch:
    
    Average: 222.01605959
    Standard deviation: 20.28249939282523
    
    After patch:
    
    Average: 152.8317912
    Standard deviation: 22.382571070107467
    
    Inlining queries make connections that require reading server settings run ~30% faster.
    Miguel Fernández authored and miguelff committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    cd1ae04 View commit details
    Browse the repository at this point in the history