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

Add membership column to current_state_events table #5706

Merged
merged 7 commits into from
Jul 19, 2019

Commits on Jul 18, 2019

  1. Add membership column to current_state_events table.

    It turns out that doing a join is surprisingly expensive for the DB to
    do when room_membership table is larger than the disk cache.
    erikjohnston committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    6de09e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c618a5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059d8c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e1ada9 View commit details
    Browse the repository at this point in the history
  5. Newsfile

    erikjohnston committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    89c8859 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    ebc5ed1 View commit details
    Browse the repository at this point in the history
  2. LoggingTransaction accepts None for callback lists.

    Its a bit disingenuousto give LoggingTransaction lists to append
    callbacks to if we're not going to run the callbacks.
    erikjohnston committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    bd2e1a2 View commit details
    Browse the repository at this point in the history