mistral/releasenotes/notes/optimize_adhoc_actions_scheduling-e324f66f962ae409.yaml
Renat Akhmerov d332d7fefe Add release notes for engine optimizations
Change-Id: I9a87c1e2a0bc5a1ba54d7f93f6b1d077088e5023
2019-03-27 14:25:49 +07:00

9 lines
362 B
YAML

---
fixes:
- |
For an ad-hoc action, preparing input for its base action was done more
than once. It happened during the validation phase and the scheduling
phase. However, input preparation may be expensive in case of heavy
expressions and data contexts. This has now been fixed by caching a
prepared input within an AdHocAction instance.