summary refs log tree commit diff
path: root/changelog.d/11192.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix thread BG update to not seq scan event_json (#11192)Erik Johnston2021-10-271-0/+1
For some reason the query optimiser decided to seq scan both tables, rather than index scanning `event_json`.