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/01/13 02:11:40 UTC

[GitHub] [incubator-shardingsphere] cherrylzhao commented on issue #3922: Optimize model of ColumnMetaData

cherrylzhao commented on issue #3922: Optimize model of  ColumnMetaData 
URL: https://github.com/apache/incubator-shardingsphere/issues/3922#issuecomment-573486212
 
 
   agree with @SteNicholas metadata should be a infrastructure service for ShardingSphere, we should provide a uniform interface for initialization, read, refreshing instead of distinguish with whether sharding or not. it seems that it will be a big refactor for sharding-jdbc & sharding-proxy.
   assume that task list is as below
   - [ ] investigate the usage of current metadata, clarify the function list of metadata (SQLParse, Route,Rewrite etc)
   - [ ] design a MetaData Model & MetaData Sevice, at first only consider about storing in memory
   - [ ] then consider about migrating to zookeeper or other registration
   
   @terrymanu is it ok for that

----------------------------------------------------------------
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


With regards,
Apache Git Services