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

Various improvements to the Server. #529

Merged

Commits on Jan 3, 2022

  1. Limit the number of simulataneous query processings.

    Previously, the number of server connections was limited, which
    often lead to unnecessary blocking.
    joka921 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    70f2b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c74e37 View commit details
    Browse the repository at this point in the history
  3. Only call 'QueryExecutionTree:: getResult' once.

    This eliminates the strange behavior, that large results that
    do not fit in the cache are computed twice
    joka921 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    040fde2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb68f64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82019f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a39157a View commit details
    Browse the repository at this point in the history
  7. Removed an unused line.

    joka921 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    fafa86a View commit details
    Browse the repository at this point in the history