forked-synapse/synapse/storage
2015-05-05 16:24:04 +01:00
..
engines Fix bug where we reconnected to the database on every query. 2015-05-01 10:24:24 +01:00
schema Remove some unused indexes 2015-05-01 16:14:25 +01:00
util Typo 2015-04-29 19:17:25 +01:00
__init__.py Don't lock user_ips table for upsert. 2015-05-01 10:46:48 +01:00
_base.py Add debug flag in synapse/storage/_base.py for debugging the cache logic by comparing what is in the cache with what was in the database on every access 2015-05-05 16:24:04 +01:00
appservice.py txn.execute doesn't return cursors 2015-04-29 16:43:39 +01:00
directory.py Use generic db exceptions rather than sqlite3 specific ones 2015-04-08 16:53:48 +01:00
event_federation.py Invalidate the caches from the correct thread 2015-05-05 14:57:08 +01:00
events.py Invalidate the room_member cache if the current state events updates 2015-05-05 15:43:49 +01:00
filtering.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
keys.py SYN-367: Use upsert rather than insert_or_replace 2015-04-30 15:21:31 +01:00
media_repository.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
presence.py Implement or_ignore flag on inserts 2015-04-07 12:06:22 +01:00
profile.py Revert needless change to storage.profile 2015-04-17 16:13:14 +01:00
push_rule.py Merge branch 'develop' of github.com:matrix-org/synapse into mysql 2015-03-20 16:31:48 +00:00
pusher.py Correctly decode, for sqlite and postgres, rows from pushers table 2015-04-29 19:41:14 +01:00
registration.py user_id now in user_threepids 2015-05-01 15:04:37 +01:00
rejections.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
room.py Invalidate the caches from the correct thread 2015-05-05 14:57:08 +01:00
roommember.py Invalidate the caches from the correct thread 2015-05-05 14:57:08 +01:00
signatures.py Invalidate the caches from the correct thread 2015-05-05 14:57:08 +01:00
state.py Invalidate the caches from the correct thread 2015-05-05 14:57:08 +01:00
stream.py Add more conditions on JOINs to make postgres go a little faster. 2015-04-30 18:32:03 +01:00
transactions.py Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 2015-04-27 13:22:30 +01:00