Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.2
-
None
Description
Background
Existing approach for getting modified entities tends to iterate through the entire set of entities and then filter. This results in no benefit in terms of time and effort for incremental export. It does benefit Import, where smaller set is imported.
Approach
- User Gremlin queries to fetch entities that match criteria.
- Modify existing logic that does deep traversal to support this new logic.