0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 05:29:00 +02:00
synapse/changelog.d
Nick Mills-Barrett e6af49fbea
Reintroduce membership tables event stream ordering (#15128)
* 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.

* Make denormalised `event_stream_ordering` columns foreign keys
* Add comment in schema file explaining new denormalised columns
* Add triggers to enforce consistency of `event_stream_ordering` columns
* Re-order purge room tables to account for foreign keys
* Bump schema version to 75

Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-03-24 11:44:01 +00:00
..
.gitignore
15113.misc Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
15128.misc Reintroduce membership tables event stream ordering (#15128) 2023-03-24 11:44:01 +00:00
15243.feature Add a primitive helper script for listing worker endpoints. (#15243) 2023-03-23 12:11:14 +00:00
15285.misc Bump sentry-sdk from 1.15.0 to 1.17.0 (#15285) 2023-03-21 22:37:42 +00:00
15295.bugfix Update 15295.bugfix 2023-03-21 17:05:47 -04:00
15297.bugfix Change the parameter immediate of send_device_messages to default to True (#15297) 2023-03-21 17:59:55 -07:00
15302.misc Allow running twisted trunk against other branches (#15302) 2023-03-21 18:58:38 +00:00
15303.misc Remind maintainer to ask #synapse-dev for changelog (#15303) 2023-03-21 18:55:08 +00:00
15304.misc Bump dtolnay/rust-toolchain from e12eda571dc9a5ee5d58eecf4738ec291c66f295 to fc3253060d0c959bea12a59f10f8391454a0b02d (#15304) 2023-03-22 15:27:36 +00:00
15306.bugfix Add a check to SQLite port DB script to ensure that the sqlite database passed to the script exists before trying to port from it (#15306) 2023-03-22 08:36:42 -07:00
15309.bugfix Have replication clients remove _INT_STREAM_POS (#15309) 2023-03-22 12:53:55 +00:00