This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Fetching event reports can be slow #16619
Labels
A-Admin-API
A-Database
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
A-Moderation
Tools for moderating HSes: event redaction, media removal, purge admin API, reports from users, ...
A-Performance
Performance, both client-facing and admin-facing
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
E.g. from Jaeger:
My money is on LIMIT ... OFFSET ... being slow. I wonder if we could change this to paginate without OFFSET using the
id
column? (I assume thatreceived_ts
increases asid
increases, and vice versa).The text was updated successfully, but these errors were encountered: