[
https://issues.apache.org/jira/browse/CONTINUUM-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521985#comment-14521985
]
Brent N Atkinson commented on CONTINUUM-1621:
---------------------------------------------
After considering alternatives, I decided to implement only linear navigation.
This scheme can be expanded to include first/last and random access by page
number. However, without employing more sophisticated approximation techniques
these schemes will perform worse both in user wait time and system resource
usage (and consequently, stability) due to needing an aggregate record count.
In contrast, with appropriate database indexes the linear scheme can perform
extremely well both in responsiveness and system resources on extremely large
data sets.
> Paginate build results page
> ---------------------------
>
> Key: CONTINUUM-1621
> URL: https://issues.apache.org/jira/browse/CONTINUUM-1621
> Project: Continuum
> Issue Type: Improvement
> Components: Web - UI
> Affects Versions: 1.1
> Reporter: Kyle
> Assignee: Brent N Atkinson
> Labels: backlog-to-cleanup, maybe-1.5
> Fix For: 1.5.0
>
>
> It would be nice to paginate the build results page. For active projects
> being built every hour, you can very easily end up with quite a lot of builds
> listed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)