forked-synapse/synapse/storage/schema/main/delta/68
Richard van der Hoff e2e1d90a5e
Faster joins: persist to database (#12012)
When we get a partial_state response from send_join, store information in the
database about it:
 * store a record about the room as a whole having partial state, and stash the
   list of member servers too.
 * flag the join event itself as having partial state
 * also, for any new events whose prev-events are partial-stated, note that
   they will *also* be partial-stated.

We don't yet make any attempt to interpret this data, so API calls (and a bunch
of other things) are just going to get incorrect data.
2022-03-01 12:49:54 +00:00
..
01event_columns.sql
02_msc2409_add_device_id_appservice_stream_type.sql Send to-device messages to application services (#11215) 2022-02-01 14:13:38 +00:00
03_delete_account_data_for_deactivated_accounts.sql Add a background database update to purge account data for deactivated users. (#11655) 2022-02-02 11:37:18 +00:00
04_refresh_tokens_index_next_token_id.sql Fix slow performance of /logout in some cases where refresh tokens are in use. The slowness existed since the initial implementation of refresh tokens. (#12056) 2022-02-22 13:29:04 +00:00
04partial_state_rooms.sql Faster joins: persist to database (#12012) 2022-03-01 12:49:54 +00:00
05_delete_non_strings_from_event_search.sql.sqlite Fix non-strings in the event_search table (#12037) 2022-02-24 11:52:28 +00:00
05partial_state_rooms_triggers.py Faster joins: persist to database (#12012) 2022-03-01 12:49:54 +00:00