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

Adjust serialized query buffer sizes #2115

Merged

Commits on Mar 4, 2021

  1. Adjust serialized query buffer sizes

    This change the client/server flow to always send the server the
    original user requested buffer sizes. This solves a bug in which with
    serialized queries incompletes would cause the "server" to use smaller
    buffers for each iteration of the incomplete query. This yield
    decreasing performance as the buffers approached zero. The fix here lets
    the server always get the original user's buffer size.
    Shelnutt2 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    4fe990b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2947362 View commit details
    Browse the repository at this point in the history