summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-04-07 10:10:49 +0100
committerErik Johnston <erik@matrix.org>2017-04-07 10:10:49 +0100
commitd72667fcce6f751c55ea510c964d68499cb67305 (patch)
treed70d49f6db150d19043d3476ffd7577568c7a076 /README.rst
parentMerge pull request #2107 from HarHarLinks/patch-1 (diff)
downloadsynapse-d72667fcce6f751c55ea510c964d68499cb67305.tar.xz
Speed up get_current_state_ids
Using _simple_select_list is fairly expensive for functions that return
a lot of rows and/or get called a lot. (This is because it carefully
constructs a list of dicts).

get_current_state_ids gets called a lot on startup and e.g. when the IRC
bridge decided to send tonnes of joins/leaves (as it invalidates the
cache). We therefore replace it with a custon txn function that builds
up the final result dict without building up and intermediate
representation.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions