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

Improve performance of queries for unseen submissions #5872

Merged
merged 1 commit into from Mar 23, 2021

Commits on Mar 16, 2021

  1. Improve performance of queries for unseen submissions

    With large numbers of sources or submissions, the journalist interface
    index page queries could exceed the 60-second Apache timeout. This
    uses joins instead of the n+1 checks for submission seen status, both
    there and when downloading unread submissions.
    rmol committed Mar 16, 2021
    Copy the full SHA
    848a124 View commit details
    Browse the repository at this point in the history