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/10/10 08:12:33 UTC

[GitHub] [shardingsphere] tristaZero opened a new issue #7733: Tables without any rule configuration will be a simple and single table

tristaZero opened a new issue #7733:
URL: https://github.com/apache/shardingsphere/issues/7733


   ### Background
   If users execute a SQL `create table t_order` without executing any RDL and no any preparative rule configuration, what will happen? I have no idea about this case, so this issue is to handle these particular cases.
   
   ### Tasks,
   1. Do some investigation to figure out the current process for this case (Sharding, encryption, masterSlave scenarios).
   2. Support to create a table without any preparative rule configurations.
   
   ### Draft approach
   
   #### No sharding rule
   1. Modify `ShardingUnconfiguredTablesRoutingEngine` or create a new routing engine.
   2. Unit tests to test creating and queried for it.
   
   #### MasterSlave rule or Encrypted rule
   1. I am not sure whether we support it or not currently.
   
   


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



[GitHub] [shardingsphere] kimmking commented on issue #7733: Tables without any rule configuration will be a simple and single table

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #7733:
URL: https://github.com/apache/shardingsphere/issues/7733#issuecomment-718406241


   Close for solved.


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



[GitHub] [shardingsphere] tristaZero commented on issue #7733: Tables without any rule configuration will be a simple and single table

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #7733:
URL: https://github.com/apache/shardingsphere/issues/7733#issuecomment-706531826


   Hi @strongduanmu 
   This feature is verrrrrry important and expertise-needed, I can not find the right person than you 😌 . But Just relax, `basic solution` is not so hard. Try our best to finish it before 5.x-alpha release!
   
   Afterward, there will be an incredible programming journey! Trust me, you will get a priceless experience from it and earn more attention from the community. :-)


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



[GitHub] [shardingsphere] kimmking closed issue #7733: Tables without any rule configuration will be a simple and single table

Posted by GitBox <gi...@apache.org>.
kimmking closed issue #7733:
URL: https://github.com/apache/shardingsphere/issues/7733


   


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



[GitHub] [shardingsphere] strongduanmu commented on issue #7733: Tables without any rule configuration will be a simple and single table

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #7733:
URL: https://github.com/apache/shardingsphere/issues/7733#issuecomment-706550947


   @tristaZero Thank you very much for your detailed guidance, I will try my best to finish this issue. 😁


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