platform icon indicating copy to clipboard operation
platform copied to clipboard

Make PREV constraint heuristics more sophisticated

Open AlexKirkouski opened this issue 5 years ago • 0 comments

Now when platform sees that constraint condition is an object deletion, then it wraps message properties into PREV (to avoid getting NULL in message). But prev properties are updated during applying changes, which can be a big overhead. So in theory not entire property should be wrapped (for example PREV(name(stock(s))), but only "dropped" one (for example, name(PREV(stock(s)))).

AlexKirkouski avatar Sep 11 '20 10:09 AlexKirkouski