synapse-product/synapse/storage/databases/main
Erik Johnston 7a43482f19
Use execute_batch in more places (#9188)
* Use execute_batch in more places

* Newsfile
2021-01-21 14:44:12 +00:00
..
schema Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
__init__.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
account_data.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
appservice.py Fix error handling around when completing an AS transaction (#8693) 2020-10-30 16:50:48 +00:00
cache.py
censor_events.py Remove frozendict_json_encoder and support frozendicts everywhere 2020-10-28 15:56:57 +00:00
client_ips.py Register the /devices endpoint on workers. (#9092) 2021-01-13 12:35:40 -05:00
deviceinbox.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
devices.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Fix perf of get_cross_signing_keys (#9116) 2021-01-14 17:57:09 +00:00
event_federation.py Use a chain cover index to efficiently calculate auth chain difference (#8868) 2021-01-11 16:09:22 +00:00
event_push_actions.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
events_bg_updates.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
events_worker.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
events.py Use execute_batch instead of executemany in places (#9181) 2021-01-21 10:22:53 +00:00
filtering.py
group_server.py
keys.py Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
media_repository.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py Remove user's avatar URL and displayname when deactivated. (#8932) 2021-01-12 16:30:15 -05:00
purge_events.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
push_rule.py
pusher.py Ensure we store pusher data as text (#9117) 2021-01-15 16:57:23 +00:00
receipts.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
registration.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
rejections.py
relations.py
room.py Support icons for Identity Providers (#9154) 2021-01-20 08:15:14 -05:00
roommember.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
search.py Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
signatures.py
state_deltas.py
state.py
stats.py Add an admin API for users' media statistics (#8700) 2020-11-05 18:59:12 +00:00
stream.py
tags.py Allow moving account data and receipts streams off master (#9104) 2021-01-18 15:47:59 +00:00
transactions.py Fix get destinations to catch up query. (#9114) 2021-01-14 16:47:21 +00:00
ui_auth.py
user_directory.py Use the simple dictionary in full text search for the user directory (#8959) 2020-12-17 14:42:30 +01:00
user_erasure_store.py