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

Reintroduce membership tables event stream ordering #15128

Commits on Feb 21, 2023

  1. Add event_stream_ordering column to membership state tables

    Specifically this adds the column to `current_state_events`,
    `local_current_membership` and `room_memberships`. Each of these tables
    is regularly joined with the `events` table to get the stream ordering
    and denormalising this into each table will yield significant query
    performance improvements once used.
    Fizzadar committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9e15a7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da71761 View commit details
    Browse the repository at this point in the history
  3. Changelog file

    Fizzadar committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    eec814d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Bump SCHEMA_COMPAT_VERSION

    Fizzadar committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6901682 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
    Fizzadar and DMRobertson committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    bc1a1a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Use cast for clearer typing

    Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
    Fizzadar and DMRobertson committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5af0453 View commit details
    Browse the repository at this point in the history
  2. Revert "Add background job to populate event_stream_ordering on mem…

    …bership tables"
    
    This reverts commit da71761.
    Fizzadar committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    845c9b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8979abc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc3845c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36533a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3e9bbc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Bump schema version to 75

    Fizzadar committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    27b469f View commit details
    Browse the repository at this point in the history
  2. Correct typo

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    Fizzadar and richvdh committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f55d163 View commit details
    Browse the repository at this point in the history