You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brent N Atkinson (JIRA)" <ji...@apache.org> on 2015/04/29 02:04:06 UTC

[jira] [Commented] (CONTINUUM-1621) Paginate build results page

    [ https://issues.apache.org/jira/browse/CONTINUUM-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14518390#comment-14518390 ] 

Brent N Atkinson commented on CONTINUUM-1621:
---------------------------------------------

This also presents performance and stability problems, especially when the number of results exceeds what can fit into the JVM's available heap space. Simply visiting the results page can crash Continuum.

It is possible to make accessing large sets of build results extremely efficient by using indexes and avoiding operations that require full table scans like aggregation.

> 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)