MatrixSynapse/synapse/storage
Erik Johnston d58b1ffe94 Replace some calls to cursor_to_dict
cursor_to_dict can be surprisinglh expensive for large result sets, so lets
only call it when we need to.
2017-03-24 11:07:02 +00:00
..
engines
schema
util
__init__.py
_base.py Use iter(items|values) 2017-03-24 10:57:02 +00:00
account_data.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
appservice.py
background_updates.py
client_ips.py
deviceinbox.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
devices.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
directory.py
end_to_end_keys.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
event_federation.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
event_push_actions.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
events.py Use iter(items|values) 2017-03-24 10:57:02 +00:00
filtering.py
keys.py
media_repository.py
openid.py
prepare_database.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
presence.py
profile.py
push_rule.py
pusher.py
receipts.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
registration.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
rejections.py
room.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
roommember.py Replace some calls to cursor_to_dict 2017-03-24 11:07:02 +00:00
search.py
signatures.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
state.py Replace some calls to cursor_to_dict 2017-03-24 11:07:02 +00:00
stream.py
tags.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
transactions.py