[Buildbot-commits] [Buildbot] #1936: optimize getOldestRequestTime
Buildbot
nobody at buildbot.net
Sun Apr 24 18:39:35 UTC 2011
#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
More information about the Commits
mailing list