Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-31 | Add indices. Remove room_ids accidentally added | Erik Johnston | 2 | -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-30 | Join against events to use its room_id index | Erik Johnston | 1 | -1/+6 | |
2019-05-30 | Move deletion from table inside txn | Erik Johnston | 1 | -2/+5 | |
2019-05-30 | Fetch membership counts all at once | Erik Johnston | 2 | -38/+18 | |
2019-05-30 | Get events all at once | Erik Johnston | 1 | -33/+26 | |
2019-05-30 | Update synapse/storage/events_bg_updates.py | Erik Johnston | 1 | -1/+1 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2019-05-30 | Rename constant | Erik Johnston | 1 | -3/+3 | |
2019-05-30 | Move event background updates to a separate file | Erik Johnston | 3 | -369/+405 | |
2019-05-30 | Fixup comments and logging | Erik Johnston | 2 | -9/+15 | |
2019-05-29 | Lint | Aaron Raimist | 1 | -2/+0 | |
Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||||
2019-05-29 |