diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-12 16:24:32 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-12 16:24:32 +0000 |
commit | 49f1758d740f08512bc62d425fb662e8089a3dc6 (patch) | |
tree | 372891054738a6c57831ad11fb81005dffe8cb6a | |
parent | Fix an issue with ignoring power_level changes on divergent graphs (diff) | |
parent | Trailing whitespace (diff) | |
download | synapse-49f1758d740f08512bc62d425fb662e8089a3dc6.tar.xz |
Merge pull request #366 from matrix-org/erikj/search_fix_sqlite_faster
Use a (hopefully) more efficient SQL query for doing recency based room search
-rw-r--r-- | synapse/storage/search.py | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/synapse/storage/search.py b/synapse/storage/search.py |