Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
After performing entity create/update operations, Atlas calls change-listeners who handle tasks like create audit logs and send notifications. Change listeners retrieve entities from the store, which could be avoided by caching the entities during create/update phase. This can result in significant improvements in entity create/update operations.