GitHub user imbajin added a comment to the discussion: Few question regarding 
hugegraph

For the legacy  version (<1.5), 

changes to the storage layer are handled entirely by Hbase/Cassandra itself, 
and the graph side only needs to deal with the graph server, which is a nearly 
stateless service, so you can start multiple (e.g. in Docker/K8s) to implement 
a HA mechanism easily. (So in this version auto scaling is neither required nor 
implemented)

For the version ≥ 1.5 & if u use `hstore` as the backend, it follows a 
mechanism similar to [tikv](https://github.com/tikv/tikv),except for node 
scaling, it is all handled by HG itself

GitHub link: 
https://github.com/apache/incubator-hugegraph/discussions/2737#discussioncomment-12308875

----
This is an automatically sent email for dev@hugegraph.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org

Reply via email to