VGalaxies commented on issue #2605: URL: https://github.com/apache/incubator-hugegraph/issues/2605#issuecomment-2257445070
@shirleyStorage When creating a new graph with hstore backend, the schema store and the graph store will be initialized. The schema store stores metadata (such as PropertyKey), and the graph store stores data (such as Vertex). When the two stores open, they will initialize `HstoreSessionsImpl`, which will construct `PDClient` and `HgStoreClient` based on pd addresses configured in the configuration file. Subsequently, this allows communication with pd nodes and store nodes, such as retrieving partition information of a store. -- 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]
