小编Cha*_*ard的帖子

Is there a way to optimize this gremlin query?

I have a graph database which looks like this (simplified) diagram:

Graph diagram

Each unique ID has many properties, which are represented as edges from the ID to unique values of that property. Basically that means that if two ID nodes have the same email, then their has_email edges will both point to the same node. In the diagram, the two shown IDs share both a first name and a last name.

I'm having difficulty writing an efficient Gremlin query …

graph-databases gremlin amazon-neptune

3
推荐指数
1
解决办法
65
查看次数

标签 统计

amazon-neptune ×1

graph-databases ×1

gremlin ×1