Vote #74499
未完了Redmine activity log does not limit displayed entries (max issues, pagination)
0%
説明
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?
journals
A better option would be to update the issues timestamps (created_on) with their values in your previous system.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
related_issues
relates,New,19797,Limit by number of activity entries instead of number of days.