You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On WhatDoTheyKnow this loads 17 million+ events, which attempts to use
over 5GB of memory.
In all but the smallest installs pagination will be required for this
page to be performant, so this commit removes the filter entirely.
Fixes#8369.
- Introduce get_timeline_events method for improved timeline event
fetching
- Improve pagination handling for better performance limiting the amount
of data loaded into memory
- Optimize SQL queries using UNION ALL for combined event types
- Separate logic for authority changes and info request events
- Remove redundant code and simplify overall structure
Fixes#8369
gbp
linked a pull request
Nov 19, 2024
that will
close
this issue
- Introduce get_timeline_events method for improved timeline event
fetching
- Improve pagination handling for better performance limiting the amount
of data loaded into memory
- Optimize SQL queries using UNION ALL for combined event types
- Separate logic for authority changes and info request events
- Remove redundant code and simplify overall structure
Fixes#8369
The text was updated successfully, but these errors were encountered: