You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2014/03/10 18:53:46 UTC

[jira] [Updated] (USERGRID-87) Implement Multi-get in EntityCollectionManager (two-dot-o)

     [ https://issues.apache.org/jira/browse/USERGRID-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson updated USERGRID-87:
----------------------------------

    Description: 
Need an efficient way to fetch entities for a specified list of Ids. This could perhaps be a new method into the EntityCollectionManager interface:

   List<Entity> load( List<id> ids ); 

Once it is implemented, the Query Index module's Results class should be changed to use the new multi-get method.

  was:Need an efficient way to fetch entities for a specified list of Ids.


> Implement Multi-get in EntityCollectionManager (two-dot-o)
> ----------------------------------------------------------
>
>                 Key: USERGRID-87
>                 URL: https://issues.apache.org/jira/browse/USERGRID-87
>             Project: Usergrid
>          Issue Type: Story
>            Reporter: David Johnson
>
> Need an efficient way to fetch entities for a specified list of Ids. This could perhaps be a new method into the EntityCollectionManager interface:
>    List<Entity> load( List<id> ids ); 
> Once it is implemented, the Query Index module's Results class should be changed to use the new multi-get method.



--
This message was sent by Atlassian JIRA
(v6.2#6252)