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 2021/04/12 08:12:08 UTC

[GitHub] [shardingsphere] CatYangWei opened a new issue #10043: what's the sharding jdbc config "autoTables' mean?

CatYangWei opened a new issue #10043:
URL: https://github.com/apache/shardingsphere/issues/10043


   where can i find the document or  the usage?


-- 
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] RaigorJiang commented on issue #10043: what's the sharding jdbc config "autoTables' mean?

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


   Hi @CatYangWei @childewuque 
   `autoTable` is a feature to let users do not care about the specific distribution of the tables, just tell shardingsphere how many pieces to split the tables into.
   
   There are currently no other documents and examples to illustrate `autoTable`, we will write an article to introduce this feature in the future.
   
   Thanks for your attention.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero commented on issue #10043: what's the sharding jdbc config "autoTables' mean?

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


   autoTables` needs `ShardingAutoTableAlgorithm` to help users auto-sharding tables, [Config](https://github.com/apache/shardingsphere/blob/master/shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/resources/config/config-sharding.yaml) is a exmpale.
   @RaigorJiang are there other configs in our `examples`?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu closed issue #10043: what's the sharding jdbc config "autoTables' mean?

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


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero edited a comment on issue #10043: what's the sharding jdbc config "autoTables' mean?

Posted by GitBox <gi...@apache.org>.
tristaZero edited a comment on issue #10043:
URL: https://github.com/apache/shardingsphere/issues/10043#issuecomment-871840940


   `autoTables` needs `ShardingAutoTableAlgorithm` to help users auto-sharding tables, [Config](https://github.com/apache/shardingsphere/blob/master/shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/resources/config/config-sharding.yaml) is a exmpale.
   @RaigorJiang are there other configs in our `examples`?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] childewuque commented on issue #10043: what's the sharding jdbc config "autoTables' mean?

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


   > Hi @CatYangWei
   > I have to say this feature is so great, and will be improved later.
   > FYI. https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-jdbc/configuration/yaml/sharding/
   
   What's difference between "tables" and "autoTables" in yaml, no more info about "autoTables"  by google&baidu. thanks.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] RaigorJiang commented on issue #10043: what's the sharding jdbc config "autoTables' mean?

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


   Hello, we have published an article about `AutoTable`(in Chinese), hoping to answer all users’ doubts, please refer to:
   https://mp.weixin.qq.com/s/fDYqW-yJIVpkcUDNT-gsuA
   
   In addition, as the first user to raise `AutoTable-related` issues, the ShardingSphere community would like to express gratitude to you and prepared `a gift for you`. 
   Please tell me your contact info (phone number, email or wechat ID) via email (raigor.jiang@gmail.com) , and we will contact you. 
   Thank you!


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] childewuque commented on issue #10043: what's the sharding jdbc config "autoTables' mean?

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


   > Hi @CatYangWei
   > I have to say this feature is so great, and will be improved later.
   > FYI. https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-jdbc/configuration/yaml/sharding/
   
   What's difference between "tables" and "autoTables" in yaml, no more info about "autoTables"  by google&baidu. thanks.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero commented on issue #10043: what's the sharding jdbc config "autoTables' mean?

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


   Hi @CatYangWei 
   I have to say this feature is so great, and will be improved later.
   FYI. https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-jdbc/configuration/yaml/sharding/


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