You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Todd Nine (JIRA)" <ji...@apache.org> on 2014/12/09 23:59:14 UTC

[jira] [Created] (USERGRID-271) Optimize AbstractService.importEntities

Todd Nine created USERGRID-271:
----------------------------------

             Summary: Optimize AbstractService.importEntities
                 Key: USERGRID-271
                 URL: https://issues.apache.org/jira/browse/USERGRID-271
             Project: Usergrid
          Issue Type: Improvement
          Components: Stack
            Reporter: Todd Nine


Importing entities is too slow iteratively.  It should ideally be performed in 1 of the following ways.

# (Preferred) in batch as a single trip
# If the above is not possible, using reactive programming to make the loads concurrent on an I/O scheduler.

  



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