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

feat: Remove query splitters from the API #5571

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. feat: Remove query splitters from the API

    After testing how much the splitters were being used, and the improvement they
    were providing, splitters were only being used on a very small percentage
    of queries (up to 5% on the highest dataset). After pausing the splitters,
    there was almost no impact on the performance of queries. Only a single
    referrer had a noticeable performance degradation, and that was not enough to
    cause any actual impact on the queries (rate limiting, timeouts etc.)
    evanh committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d89f829 View commit details
    Browse the repository at this point in the history