Feature #15129
openRedmine activity log does not limit displayed entries (max issues, pagination)
Description
Our organization just migrated all the data from another ticket system using the RESTful API, which means we have one day with insane activity logs (+6000 tickets, +40000 activity log entries).
The problem is, the only option in Administration->Settings allows limiting the number of days for activity display, but not the limitation of raw numbers to be displayed on one page : in this instance, even "1 day of activity" will generate a giant query that will eat all the memory on the server.
It seems the Activity page does not have a pagination option ("Page X of Y", "Display N entries per page" ; as would be the case on an Issues listing page).
Would it be possible to consider adding this feature to fix this problem?
Related issues
Updated by Jean-Philippe Lang over 12 years ago
- Tracker changed from Defect to Feature
A better option would be to update the issues timestamps (created_on) with their values in your previous system.
Updated by Toshi MARUYAMA over 10 years ago
- Related to Feature #19797: Limit by number of activity entries instead of number of days. added