kimmking commented on a change in pull request #5166: Optimize MetaData Center #MetaDataCenter-phase-3-4 URL: https://github.com/apache/incubator-shardingsphere/pull/5166#discussion_r407440616
########## File path: docs/document/content/features/orchestration/metadata-center.cn.md ########## @@ -0,0 +1,103 @@ ++++ +pre = "<b>3.3.3. </b>" +toc = true +title = "元数据中心" +weight = 3 ++++ + +## 实现动机 + +- 元数据是Sharding-JDBC/Sharding-Proxy所使用的数据源的表、列和索引等核心数据,元数据保障ShardingSphere各个组件能够正确运行。 + +- 元数据中心对元数据进行统一组织和管理,实现元数据的统一加载、变更通知和数据同步。 + +## 元数据中心数据结构 + +元数据中心在定义的命名空间的metadata节点下,以YAML格式存储,每个逻辑数据源独立存储。 + +``` Review comment: missing namespace&orchestration node? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
