MatrixSynapse/tests/replication/slave/storage
Erik Johnston 748d8fdc7b Reduce DB hits for replication
Some streams will occaisonally advance their positions without actually
having any new rows to send over federation. Currently this means that
the token will not advance on the workers, leading to them repeatedly
sending a slightly out of date token. This in turns requires the master
to hit the DB to check if there are any new rows, rather than hitting
the no op logic where we check if the given token matches the current
token.

This commit changes the API to always return an entry if the position
for a stream has changed, allowing workers to advance their tokens
correctly.
2016-09-23 16:49:21 +01:00
..
__init__.py Add a slaved events store class 2016-04-06 14:18:35 +01:00
_base.py Reduce DB hits for replication 2016-09-23 16:49:21 +01:00
test_account_data.py Add a slaved datastore for account data 2016-05-13 15:34:06 +01:00
test_events.py Correctly handle the difference between prev and current state 2016-08-31 14:26:22 +01:00
test_receipts.py Add a slaved receipts store 2016-04-19 17:14:08 +01:00