MatrixSynapse/synapse/storage/util
Erik Johnston 04cc249b43
Add experimental support for sharding event persister. Again. (#8294)
This is *not* ready for production yet. Caveats:

1. We should write some tests...
2. The stream token that we use for events can get stalled at the minimum position of all writers. This means that new events may not be processed and e.g. sent down sync streams if a writer isn't writing or is slow.
2020-09-14 10:16:41 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
id_generators.py Add experimental support for sharding event persister. Again. (#8294) 2020-09-14 10:16:41 +01:00
sequence.py Add functions to `MultiWriterIdGen` used by events stream (#8164) 2020-08-25 17:32:30 +01:00