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

Speed up room stats background update #5294

Merged
merged 6 commits into from
May 31, 2019
Merged

Commits on May 30, 2019

  1. Get events all at once

    erikjohnston committed May 30, 2019
    Configuration menu
    Copy the full SHA
    54d50fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04710cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c46ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ac75fc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Add indices. Remove room_ids accidentally added

    We have to do this by re-inserting a background update and recreating
    tables, as the tables only get created during a background update and
    will later be deleted.
    
    We also make sure that we remove any entries that should have been
    removed but weren't due to a race that has been fixed in a previous
    commit.
    erikjohnston committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5037326 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed May 31, 2019
    Configuration menu
    Copy the full SHA
    39bbf6a View commit details
    Browse the repository at this point in the history