Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix background update to use an index #14181

Merged
merged 10 commits into from
Oct 14, 2022

Commits on Oct 14, 2022

  1. Use (user_id, room_id) bounds for event_push_summary

    As `event_push_summary` doesn't have an index on `stream_ordering`.
    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f06885c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e036bf2 View commit details
    Browse the repository at this point in the history
  3. Newsfile

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    872b915 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3044652 View commit details
    Browse the repository at this point in the history
  5. Fix bg update

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6af4689 View commit details
    Browse the repository at this point in the history
  6. Need an inclsuive bound

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    eae6ed4 View commit details
    Browse the repository at this point in the history
  7. Handle the last batch

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d0325ef View commit details
    Browse the repository at this point in the history
  8. Fix typo

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b4711a3 View commit details
    Browse the repository at this point in the history
  9. Different approach

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b4e1eda View commit details
    Browse the repository at this point in the history
  10. LINT

    erikjohnston committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    56f7d4c View commit details
    Browse the repository at this point in the history