0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-10 21:21:51 +02:00
dendrite/roomserver/storage/tables
Till ad07b169b8
Refactor StoreEvent and create a new RoomDatabase interface (#2985)
This PR changes a few things:
- It pulls out the creation of several NIDs from the `StoreEvent`
function to make the functions more reusable
- Uses more caching when using those NIDs to avoid DB round trips
2023-02-24 09:40:20 +01:00
..
event_json_table_test.go
event_state_keys_table_test.go
event_types_table_test.go
events_table_test.go
interface.go Refactor StoreEvent and create a new RoomDatabase interface (#2985) 2023-02-24 09:40:20 +01:00
invite_table_test.go
membership_table_test.go Cleanup stale device lists for users we don't share a room with anymore (#2857) 2022-12-12 08:20:59 +01:00
previous_events_table_test.go
published_table_test.go
redactions_table_test.go
room_aliases_table_test.go
rooms_table_test.go
state_block_table_test.go
state_snapshot_table_test.go Optimize /sync and history visibility (#2961) 2023-02-07 14:31:23 +01:00