Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Lineage in atlas uses graph query to compute lineage across entities (inputs, outputs or both). Lineage rendering performance have degraded after using janusgraph version 0.4.0
On investigation, lineage graph query initialization and execution using gremlin script engine has been found to be the bottleneck.
Alternate in-memory computation of lineage has improved performance by many folds (~90% improvement). This Jira is about adding alternate in-memory computation of lineage.
"atlas.lineage.query.use.gremlin" property can be used to toggle between graph query and in-memory computation of lineage. The default option will be in-memory.
Attachments
Attachments
Issue Links
- links to