mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 12:44:30 +03:00
5360baeb64
Before we were pulling out *all* read receipts for a user for every event we pushed. Instead let's only pull out the relevant receipts. This also pulled out the event rows for each receipt, causing load on the events table.
1 line
101 B
Text
1 line
101 B
Text
Improve database performance by reducing number of receipts fetched when sending push notifications.
|