imbajin commented on issue #205: URL: https://github.com/apache/incubator-hugegraph-doc/issues/205#issuecomment-2242821497
> Hi there, > > I got through this to run some computation, but still cant figure out how the results are managed: on few algos they store in vertex property, on other its just calculations. > > But take for instance `degree_centrality` - the results not saved into the graph, but still available through the API. It's useful when we work with smallest subsets around 10-1000 vertices\edges but on fairly large setup - like 10s of billions - I definitely want to tune that storing procedure. @moonbaseDelta Hi, we support writing back to graph databases or file. You're right, writing back is generally a common requirement Also, @dosu could u help add more context & information for users to use graph-computer? -- 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]
