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

perf(query): use quickselect instead of sorting while pagination #8995

Merged
merged 13 commits into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. Update sorting function to improve performance

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cb5fb3a View commit details
    Browse the repository at this point in the history
  2. updated

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9c18194 View commit details
    Browse the repository at this point in the history
  3. updated heuristics

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    420f2cb View commit details
    Browse the repository at this point in the history
  4. added tests

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    be86fac View commit details
    Browse the repository at this point in the history
  5. fixed build

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7421f68 View commit details
    Browse the repository at this point in the history
  6. Fixed sort

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a14cdf9 View commit details
    Browse the repository at this point in the history
  7. fixed sort

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3d94d92 View commit details
    Browse the repository at this point in the history
  8. Minor refactor

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b23a072 View commit details
    Browse the repository at this point in the history
  9. Fixed sort

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4cdb664 View commit details
    Browse the repository at this point in the history
  10. Fixed comments

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cf8dcc2 View commit details
    Browse the repository at this point in the history
  11. Updated comments

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6b2849f View commit details
    Browse the repository at this point in the history
  12. Lint fix

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e6773cf View commit details
    Browse the repository at this point in the history
  13. fixed comments

    Harshil Goel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    533fc9f View commit details
    Browse the repository at this point in the history