Erik Johnston

Results 144 comments of Erik Johnston

This is likely due to the renaming being interrupted before it completed. This should be fixed by #17074

I don't think we have anything *against* building for aarch64, but unfortunately it is quite low on our priority list.

@csett86 have you tried this and seen that it helps? The queries should basically be the same so am a bit confused how the revert would help, but if you've...

Hi @csett86, I would be very interested to know if the patch in https://github.com/element-hq/synapse/pull/17169 helps?

(I've taken this out of the review queue as its in draft, let us know if you want feedback)

The correct fix for all of this (probably) is to switch to using `current_state_delta_stream` table to track the state changes, rather than looking at the state at individual events. This...

> @erikjohnston would it help at all that at least for SSS we only care about returning the current state? We may not be able to fix it for sync...

cc @richvdh, as this is adding another optimisation on top of the sync state delta work you/we did

Thinking about it, I'm slightly worried that we don't have tests for this case. I'll need to have a think about how we go about doing that :thinking: