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)