#1146 closed enhancement (duplicate)
The filtering of RunCollections is slow for larger collections.
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Optimization | Version: | 3.3.0 |
Keywords: | Cc: |
Description
This is because every run uses its own event to signalize changes of its visibility or color. If many runs get changed within the same operation a event would be thrown for every single run. It is better to use an aggregated event to signalize that many runs have been changed.
Change History (2)
comment:1 Changed 14 years ago by mkommend
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 14 years ago by abeham
- Milestone HeuristicLab x.x.x deleted
Milestone should be cleared when tickets are not closed for release.
Note: See
TracTickets for help on using
tickets.
This changes have been implemented in ticket #1284.