-
Bug
-
Resolution: Obsolete
-
Critical
-
None
-
None
-
This was fixed a few versions ago (not sure which version exactly, but before 6.3.0.CR1 definitely).
This is a performance loss, especially if there are a lot of entities (100 000)
<changeMoveSelector/>
because the entitySelector ends up being cacheType=STEP and which calls SolutionDescriptor.getEntityListByPlanningEntityClass() every step!
Workaround:
<changeMoveSelector> <entitySelector> <cacheType>PHASE</cacheType> </entitySelector> </changeMoveSelector>
Problem: We cannot make this the default if move's add/remove entities. We cannot make this the default in CH either.