Replies: 4 comments 4 replies
-
Maybe it doesn't supported yet. Another way that question is here I think.
|
Beta Was this translation helpful? Give feedback.
-
@sserdyukov @automagic Currently AGE does not support multiple labels. It was a design decision very early on to only have 1 label per vertex or edge; this was due to performance considerations. We are currently forming a project to look into the feasibility of changing this. |
Beta Was this translation helpful? Give feedback.
-
Apache AGE does not have native support for assigning multiple labels to nodes. |
Beta Was this translation helpful? Give feedback.
-
Is it possible that we can address the multiple labels feature by utilizing postgres views? In other words, allow age to register views that return the same shape as standard node/edge tables in the catalogue. Another benefit of this feature is we'd have the ability to adapt relational data without explicitly converting the data to nodes/edges. Kind of like a dynamic graph that can be backed up by other data sources... |
Beta Was this translation helpful? Give feedback.
-
For example (from the OpenCypher spec):
(a:User:Admin)-[]->(b)
Beta Was this translation helpful? Give feedback.
All reactions