forked-synapse/synapse/rest/client
Erik Johnston cb53ce9d64
Refactor state group lookup to reduce DB hits (#4011)
Currently when fetching state groups from the data store we make two
hits two the database: once for members and once for non-members (unless
request is filtered to one or the other). This adds needless load to the
datbase, so this PR refactors the lookup to make only a single database
hit.
2018-10-25 17:49:55 +01:00
..
v1 Refactor state group lookup to reduce DB hits (#4011) 2018-10-25 17:49:55 +01:00
v1_only move threepid checker to config, add missing yields 2018-08-31 17:11:11 +01:00
v2_alpha Fix a number of flake8 errors 2018-10-24 10:39:03 +01:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
transactions.py Port over enough to get some sytests running on Python 3 (#3668) 2018-08-20 23:54:49 +10:00
versions.py lazyload aware /messages (#3589) 2018-08-16 14:22:47 +01:00