Deduplicate graph path nodes before saving
What does this MR do and why?
Deduplicate graph path nodes before saving
We will currently save multiple instances of the same graph path node to the database. This is wasteful and takes up ingestion time. Deduplicate these paths to ensure we're saving much less data to the db.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #547640 (closed)