Fix thread BG update to not seq scan event_json (#11192)
For some reason the query optimiser decided to seq scan both tables, rather than index scanning `event_json`.
Loading
Please register or sign in to comment
For some reason the query optimiser decided to seq scan both tables, rather than index scanning `event_json`.