summary refs log tree commit diff
path: root/changelog.d/15435.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* User directory background update speedup (#15435)Erik Johnston2023-04-141-0/+1
c.f. #15264 The two changes are: 1. Add indexes so that the select / deletes don't do sequential scans 2. Don't repeatedly call `SELECT count(*)` each iteration, as that's slow