You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2019/06/22 18:40:00 UTC

[jira] [Created] (ATLAS-3297) Cache created/updated entities in request context for use in entity-change listeners

Madhan Neethiraj created ATLAS-3297:
---------------------------------------

             Summary: Cache created/updated entities in request context for use in entity-change listeners
                 Key: ATLAS-3297
                 URL: https://issues.apache.org/jira/browse/ATLAS-3297
             Project: Atlas
          Issue Type: Improvement
          Components:  atlas-core
    Affects Versions: 2.0.0
            Reporter: Madhan Neethiraj
            Assignee: Madhan Neethiraj


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)