Ticket #6127 (closed enhancement: duplicate)
Report/Query Pagination Patch
| Reported by: | Naoki Takezoe | Owned by: | mgood |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | report system | Version: | 0.10.4 |
| Severity: | normal | Keywords: | query paginate |
| Cc: | trac-ja@… |
Description
I'm using Trac in the big project which has a lot of tickets. Trac report displays all tickets at once, so it causes performance problem.
My attached patch (for Trac 0.10.4) contains the following features:
- report pagination (using SQL "LIMIT x OFFSET y". I think it's best solution for performance)
- custom query pagination and max displaying limitation
And pagination/limitation parameters configured in trac.ini.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


