synapse-product/synapse/storage
Erik Johnston 3f49e131d9 Add counter metrics for calculating state delta
This will allow us to measure how often we calculate state deltas in
event persistence that we would have been able to calculate at the same
time we calculated the state for the event.
2018-03-27 10:57:35 +01:00
..
engines Store state groups separately from events (#2784) 2018-02-06 14:31:24 +00:00
schema Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
util Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
__init__.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_stream_store 2018-03-01 16:26:42 +00:00
_base.py Fix bug with delayed cache invalidation stream 2018-03-02 14:45:15 +00:00
account_data.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
appservice.py Remove ability for AS users to call /events and /sync 2018-03-05 15:44:46 +00:00
background_updates.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
client_ips.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
deviceinbox.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
devices.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
directory.py Fix cache invalidation on deletion 2018-03-05 15:29:03 +00:00
end_to_end_keys.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
event_federation.py Split out SignatureStore and EventFederationStore 2018-03-01 14:17:53 +00:00
event_push_actions.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
events_worker.py Replace some ujson with simplejson to make it work 2018-03-16 00:27:09 +00:00
events.py Add counter metrics for calculating state delta 2018-03-27 10:57:35 +01:00
filtering.py replaced json.dumps with encode_canonical_json 2017-06-21 14:48:12 +02:00
group_server.py Fix typo 2017-11-09 15:56:16 +00:00
keys.py Invalidate signing key cache when we gat an update 2017-09-20 01:32:42 +01:00
media_repository.py Keep track of last access time for local media 2018-01-17 10:24:43 +00:00
openid.py
prepare_database.py Keep track of last access time for local media 2018-01-17 10:24:43 +00:00
presence.py Actually call invalidate 2017-03-24 13:28:20 +00:00
profile.py Split up ProfileStore 2018-03-13 17:36:50 +00:00
push_rule.py Move storage functions for push calculations 2018-02-27 13:58:16 +00:00
pusher.py Move storage functions for push calculations 2018-02-27 13:58:16 +00:00
receipts.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
registration.py Split registration store 2018-03-02 13:48:27 +00:00
rejections.py
room.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
roommember.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
search.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
signatures.py Stub out broken function only used for cache 2018-03-01 16:44:13 +00:00
state.py fix bug #2926 (loading all state for a given type from the DB if the state_key is None) (#2990) 2018-03-13 22:36:04 +00:00
stream.py Merge pull request #2946 from matrix-org/rav/timestamp_to_purge 2018-03-06 11:20:23 +00:00
tags.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2018-03-19 11:41:01 +00:00
transactions.py Replace ujson with simplejson 2018-03-15 23:43:31 +00:00
user_directory.py Fix SQL for user search 2018-01-27 17:21:57 +00:00