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

Speed up queries with job/app index and increase in paging size #297

Merged
merged 3 commits into from
Dec 13, 2022
Merged

Commits on Dec 12, 2022

  1. add index to speed up job queries

    Thomas Uram committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    31f884e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Update __init__.py

    Increase MAX_PAGE_SIZE from 10_000 to 100_000. The smaller limit causes a huge increase in db query time, and through inspection we have not encountered paging recently. Further inspection required, especially in scenarios with millions of jobs.
    tomuram authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f3031b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into db

    tomuram authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    85214ec View commit details
    Browse the repository at this point in the history