summary refs log tree commit diff
path: root/changelog.d/14491.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.73.0rc1David Robertson2022-11-291-1/+0
|
* Batch fetch bundled annotations (#14491)Patrick Cloke2022-11-221-0/+1
Avoid an n+1 query problem and fetch the bundled aggregations for m.annotation relations in a single query instead of a query per event. This applies similar logic for as was previously done for edits in 8b309adb436c162510ed1402f33b8741d71fc058 (#11660) and threads in b65acead428653b988351ae8d7b22127a22039cd (#11752).