summary refs log tree commit diff
path: root/demo/webserver.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-31Add indices. Remove room_ids accidentally addedErik Johnston2-13/+56
We have to do this by re-inserting a background update and recreating tables, as the tables only get created during a background update and will later be deleted. We also make sure that we remove any entries that should have been removed but weren't due to a race that has been fixed in a previous commit.
2019-05-30Join against events to use its room_id indexErik Johnston1-1/+6
2019-05-30Move deletion from table inside txnErik Johnston1-2/+5
2019-05-30Fetch membership counts all at onceErik Johnston2-38/+18
2019-05-30Get events all at onceErik Johnston1-33/+26
2019-05-30Update synapse/storage/events_bg_updates.pyErik Johnston1-1/+1
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2019-05-30Rename constantErik Johnston1-3/+3
2019-05-30Move event background updates to a separate fileErik Johnston3-369/+405
2019-05-30Fixup comments and loggingErik Johnston2-9/+15
2019-05-29LintAaron Raimist1-2/+0
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-05-29