MatrixSynapse/tests/storage
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
..
__init__.py
test__base.py
test_appservice.py
test_background_update.py
test_base.py
test_client_ips.py
test_devices.py
test_directory.py
test_end_to_end_keys.py
test_event_federation.py
test_event_push_actions.py
test_keys.py
test_monthly_active_users.py
test_presence.py
test_profile.py
test_purge.py
test_redaction.py
test_registration.py
test_room.py
test_roommember.py
test_state.py Refactor state group lookup to reduce DB hits (#4011) 2018-10-25 17:49:55 +01:00
test_transactions.py
test_user_directory.py