LoadRoomMemberTask should insert by Chunk #6394
Labels
A-Room Members
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
Z-Realm
In big rooms, while calling LoadRoomMemberTask, it can takes a lot of time to insert in db all the RoomMember events, ending up blocking all other db transactions.
We should split the insertions by smaller chunks so we can process the other transactions between each chunk.
The text was updated successfully, but these errors were encountered: