You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/09/08 09:20:20 UTC

[GitHub] [shardingsphere] menghaoranss edited a comment on issue #7325: Consider about adjust data structures in config center

menghaoranss edited a comment on issue #7325:
URL: https://github.com/apache/shardingsphere/issues/7325#issuecomment-688720547


   The new design of data structure in config center as follow:
   
   ```
   ├─orchestration-name
   │   ├──authentication
   │   ├──props
   │   ├──schemas [${schema_1},${schema_2}]
   │   │    ├──${schema_1}
   │   │    │    ├──datasource
   │   │    │    ├──rule
   │   │    │    ├──table
   │   │    ├──${schema_2}
   │   │    │    ├──datasource
   │   │    │    ├──rule
   │   │    │    ├──table
   │   │    ├──....
   │   ├──state
   │   │    ├──datanodes
   │   │    │    ├──${schema_1}
   │   │    │    │    ├──${datasource_1}[DISABLED]
   │   │    │    │    ├──${datasource_2}[DISABLED]
   │   │    │    ├──${schema_2}
   │   │    │    ├──....
   │   │    ├──proxynodes
   │   │    │    ├──${IP1@PID1@UUID}
   │   │    │    ├──${IP2@PID2@UUID}
   │   │    │    ├──....
   ```
   
   Any suggestion is welcome to discuss here.


----------------------------------------------------------------
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:
users@infra.apache.org