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

Avoid unnecessary queries on next/previous events. #1196

Merged
merged 1 commit into from Jun 4, 2014

Commits on Jun 3, 2014

  1. Added index for group_id_datetime on sentry_event.

    When running with a highly populated Postgresql database, the query for previous event takes unacceptably long time to fail if there are no previous instances (9-10 mins for our server). The index not only solves this problem, it speeds up next/previous event queries in general.
    umutgultepe committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    a6221db View commit details
    Browse the repository at this point in the history