Ashutosh Mestry created ATLAS-3762:
--------------------------------------

             Summary: Entity Creation: Improve Vertices and Edges Fetch Using 
Real Iterators
                 Key: ATLAS-3762
                 URL: https://issues.apache.org/jira/browse/ATLAS-3762
             Project: Atlas
          Issue Type: Improvement
            Reporter: Ashutosh Mestry
            Assignee: Ashutosh Mestry


*Background*

One of the earlier commits replaced vertices and edges fetch with 
_StreamSupport.stream_. This uses _Collect(toList),_ which causes all contents 
to be fetched. 

Using this causes large amount of data to be fetched.

*Solution*

Switch to iterators that will use lazy loading.

*Minor Refactoring*

Change the _getEdge_ to iterate on smaller dataset.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to