gradoop icon indicating copy to clipboard operation
gradoop copied to clipboard

Pattern matching operator may blow up elements graph ids list due to multiple found embedding's

Open galpha opened this issue 5 years ago • 0 comments

For each found embedding the pattern-matching operator adds a graph head id to the list of the depending element. If the query is simple or the elements are part of multiple embeddings this list can become extensively large. A user should decide if information about the specific embedding is required or not. This can be achieved using a flag KeepEmbeddingsLineageInformation.

galpha avatar Mar 04 '21 14:03 galpha