yangxk1 commented on issue #679: URL: https://github.com/apache/incubator-graphar/issues/679#issuecomment-3323790039
Your point and blog are insightful and interesting! @adsharma GraphAr enables graph data to flow across different systems (graph databases and analysis systems), so its metadata is designed to record the graph structure and file locations, allowing different systems to find and load only the vertices/edges/properties they need. “GraphAr” is short for "Graph Archive". It is designed to be immutable and does not support transactions. Therefore, GAR’s metadata does not need to store change logs or other information. This, in my view, is the key difference between GraphAr’s metadata and the metadata used in DuckLake. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
