forked-synapse/synapse/storage
Richard van der Hoff bd4b25f4d0 Remove some redundant joins on event_edges.room_id
We've long passed the point where it's possible to have the same event_id in
different tables, so these join conditions are redundant: we can just join on
event_id.

event_edges is of non-trivial size, and the room_id column is wasteful, so
let's stop reading from it. In future, we can stop writing to it, and then drop
it.
2018-07-26 13:19:08 +01:00
..
engines run isort 2018-07-09 16:09:20 +10:00
schema comment on event_edges 2018-07-26 12:53:51 +01:00
util run isort 2018-07-09 16:09:20 +10:00
__init__.py run isort 2018-07-09 16:09:20 +10:00
_base.py Fix another logcontext leak in _persist_events 2018-07-25 10:53:23 +01:00
account_data.py run isort 2018-07-09 16:09:20 +10:00
appservice.py run isort 2018-07-09 16:09:20 +10:00
background_updates.py Run things as background processes 2018-07-18 20:55:05 +01:00
client_ips.py Run things as background processes 2018-07-18 20:55:05 +01:00
deviceinbox.py run isort 2018-07-09 16:09:20 +10:00
devices.py Wrap a number of things that run in the background 2018-07-25 09:41:12 +01:00
directory.py run isort 2018-07-09 16:09:20 +10:00
end_to_end_keys.py add trailing comma 2018-07-23 09:56:23 +01:00
event_federation.py Remove some redundant joins on event_edges.room_id 2018-07-26 13:19:08 +01:00
event_push_actions.py Wrap a number of things that run in the background 2018-07-25 09:41:12 +01:00
events_worker.py Run things as background processes 2018-07-18 20:55:05 +01:00
events.py Remove some redundant joins on event_edges.room_id 2018-07-26 13:19:08 +01:00
filtering.py run isort 2018-07-09 16:09:20 +10:00
group_server.py run isort 2018-07-09 16:09:20 +10:00
keys.py run isort 2018-07-09 16:09:20 +10:00
media_repository.py Keep track of last access time for local media 2018-01-17 10:24:43 +00:00
openid.py Add an openidish mechanism for proving to third parties that you own a given user_id 2016-05-05 13:42:44 +01:00
prepare_database.py run isort 2018-07-09 16:09:20 +10:00
presence.py run isort 2018-07-09 16:09:20 +10:00
profile.py run isort 2018-07-09 16:09:20 +10:00
push_rule.py Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_room 2018-07-23 17:15:12 +01:00
pusher.py Logcontext fixes 2018-07-24 00:37:17 +01:00
receipts.py Update return value docstring 2018-07-12 09:45:37 +01:00
registration.py run isort 2018-07-09 16:09:20 +10:00
rejections.py run isort 2018-07-09 16:09:20 +10:00
room.py run isort 2018-07-09 16:09:20 +10:00
roommember.py Pull out did_forget to worker store 2018-07-24 16:49:14 +01:00
search.py run isort 2018-07-09 16:09:20 +10:00
signatures.py run isort 2018-07-09 16:09:20 +10:00
state.py switch missing_types to be a bool 2018-07-25 23:36:31 +01:00
stream.py run isort 2018-07-09 16:09:20 +10:00
tags.py run isort 2018-07-09 16:09:20 +10:00
transactions.py Wrap a number of things that run in the background 2018-07-25 09:41:12 +01:00
user_directory.py s/becuase/because/g 2018-07-10 17:58:18 +01:00
user_erasure_store.py run isort 2018-07-09 16:09:20 +10:00