MatrixSynapse/synapse/storage/databases/main
Erik Johnston 28ac1a1a91
Speed up deleting of old rows in `event_push_actions` (#15531)
Enforce that we use index scans (rather than seq scans), which we also do for state queries. The reason to enforce this is that we can't correctly get PostgreSQL to understand the distribution of `stream_ordering` depends on `highlight`, and so it always defaults (on matrix.org) to sequential scans.
2023-05-03 13:42:43 +00:00
..
__init__.py Add an admin API endpoint to support per-user feature flags (#15344) 2023-04-28 11:33:45 -07:00
account_data.py
appservice.py
cache.py Check databases/__init__ and main/cache with mypy. (#15496) 2023-04-27 07:59:14 -04:00
censor_events.py
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py Add support for claiming multiple OTKs at once. (#15468) 2023-04-27 12:57:46 -04:00
event_federation.py
event_push_actions.py Speed up deleting of old rows in `event_push_actions` (#15531) 2023-05-03 13:42:43 +00:00
events.py Re re introduce membership tables event stream ordering (#15356) 2023-04-25 09:44:29 +01:00
events_bg_updates.py
events_forward_extremities.py
events_worker.py
experimental_features.py Add an admin API endpoint to support per-user feature flags (#15344) 2023-04-28 11:33:45 -07:00
filtering.py Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 2023-04-26 16:03:26 -07:00
keys.py
lock.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 2023-04-26 16:03:26 -07:00
purge_events.py Re re introduce membership tables event stream ordering (#15356) 2023-04-25 09:44:29 +01:00
push_rule.py
pusher.py
receipts.py
registration.py Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 2023-04-26 16:03:26 -07:00
rejections.py
relations.py Initial implementation of MSC3981: recursive relations API (#15315) 2023-05-02 07:59:55 -04:00
room.py
room_batch.py
roommember.py Add config option to forget rooms automatically when users leave them (#15224) 2023-05-03 12:27:33 +01:00
search.py
session.py
signatures.py
state.py
state_deltas.py
stats.py
stream.py
tags.py
transactions.py
ui_auth.py
user_directory.py Speed up rebuilding of the user directory for local users (#15529) 2023-05-03 13:41:37 +00:00
user_erasure_store.py