Ticket #970 (closed defect: fixed)
Schedulers take too long loading many changes
| Reported by: | catlee | Owned by: | catlee |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.2 |
| Version: | 0.8.1 | Keywords: | database |
| Cc: |
Description
We just had an instance of a person pushing 1,500 changes at once. Every scheduler (880 of them here) needs to examine each one of the 1,500 changes. This takes a bit of time to complete!
A few thoughts:
- Cache change objects
- Don't need to fetch the properties, files, links right away?
Change History
comment:2 Changed 3 years ago by catlee
- Status changed from new to closed
- Resolution set to fixed
Fixed by http://github.com/buildbot/buildbot/commit/d266aca48e03329776b627e47876cabd22c19f1e.
Allow users to specify a bigger cache size.
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)