age
age copied to clipboard
Is data duplicated in parent and label/edge tables? What are the internals?
When creating a node/edge in a graph it exists in both _ag_label_edge/vertex tables (parent tables) and appropriate label/edge-tables. But I couldn't find any triggers or materialized views, so it begs a question whether data is duplicated in base and class tables? Question rises when I started inserting data directly into underlying tables and can't comprehend how it ends up in parent table
Because if class-tables are just views of main tables, how indexes of label/edge tables are maintained?
Nodes exist in their node label table. Edges exist in their edge label table. Each has a unique id, they are not duplicated. Now, can you create 2 or more nodes/edges with the same data but a different id, yes.
Then what are parent tables? Are they like views combining all node/edge label tables? @jrgemignani
This issue is stale because it has been open 60 days with no activity. Remove "Abondoned" label or comment or this will be closed in 14 days.
This issue was closed because it has been stalled for further 14 days with no activity.