You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Kantor (JIRA)" <ji...@apache.org> on 2016/12/15 21:44:59 UTC

[jira] [Created] (ATLAS-1388) Cache entities that are created/updated

David Kantor created ATLAS-1388:
-----------------------------------

             Summary: Cache entities that are created/updated
                 Key: ATLAS-1388
                 URL: https://issues.apache.org/jira/browse/ATLAS-1388
             Project: Atlas
          Issue Type: Improvement
            Reporter: David Kantor
            Assignee: Jeffrey Hagelberg


- Cache created entities in RequestContext when they are created.
- Update/refactor DefaultMetadataService.loadEntities() to use the cached created entities.
- Use the cache in the following places:
** FullTextMapper
** DefaultMetadataService.onEntitiesAdded - check cache before calling DefaultMetadataService.loadEntities
** DefaultMetadataService.onEntitiesUpdated - check cache before calling DefaultMetadataService.loadEntities 
** EntityResource.getEntityDefinition - check cache before calling DefaultMetadataService.getEntityDefinition
** EntityResource.getResponse - check cache before calling DefaultMetadataService.getEntityDefinition



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)