#1936: optimize getOldestRequestTime
------------------------+----------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.8.4
 Version:  0.8.3p1      |   Keywords:  database
------------------------+----------------------
 The default {{{prioritizeBuilders}}} calls getOldestRequestTime for every
 configured builder.  The net result is to fetch the entire
 {{{buildrequests}}} table, bit by bit, through a lot of queries.

 This could probably be done a lot better at the {{{prioritizeBuilders}}}
 level, rather than calling into the guts of each builder.  Catlee has some
 code to accomplish this already, which should be merged.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1936>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to