MatrixSynapse/synapse/storage
Erik Johnston b2a629ef49 Speed up current state background update.
Turns out that storing huge JSON arrays in the progress JSON isn't
something that postgres particularly likes.
2019-07-23 10:01:30 +01:00
..
engines
schema Update comment for new column 2019-07-19 13:29:02 +01:00
util
__init__.py Add `user_type` to returned fields in admin API user list endpoints 2019-07-22 15:29:18 +03:00
_base.py LoggingTransaction accepts None for callback lists. 2019-07-19 13:36:04 +01:00
account_data.py
appservice.py
background_updates.py
client_ips.py
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py
event_push_actions.py LoggingTransaction accepts None for callback lists. 2019-07-19 13:36:04 +01:00
events.py Add membership column to current_state_events table. 2019-07-18 14:15:57 +01:00
events_bg_updates.py
events_worker.py Ignore redactions of m.room.create events (#5701) 2019-07-17 19:08:02 +01:00
filtering.py
group_server.py
keys.py
media_repository.py
monthly_active_users.py
openid.py
prepare_database.py Add membership column to current_state_events table. 2019-07-18 14:15:57 +01:00
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py
rejections.py
relations.py
room.py
roommember.py Speed up current state background update. 2019-07-23 10:01:30 +01:00
search.py
signatures.py
state.py Delegate to cached version when using get_filtered_current_state_ids 2019-07-18 15:17:39 +01:00
state_deltas.py
stats.py
stream.py
tags.py
transactions.py Use upsert when updating destination retry interval 2019-07-19 13:40:24 +01:00
user_directory.py Add membership column to current_state_events table. 2019-07-18 14:15:57 +01:00
user_erasure_store.py