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/04/02 02:25:44 UTC

[GitHub] [incubator-shardingsphere] ssxlulu opened a new issue #5044: Extended DDL for create table to simply the configuration

ssxlulu opened a new issue #5044: Extended DDL for create table to simply the configuration
URL: https://github.com/apache/incubator-shardingsphere/issues/5044
 
 
   For now, the community has proposed the configuration is too complex #5030, and we have plan to optimize it #5017 .
   
   After the optimization, we may further provide extended DDL for creata table syntax, which will auto generate configuration for the user.
   
   The extended DDL may look like:
   ```
   CREATE TABLE table_name (
        id int, 
        name varchar(20)
   ) DBPARTITION BY hash(id) DBPARTITIONS 2 TBPARTITION BY hash(name) TBPARTITIONS 2;
   ```
   Such DDL will create a table with sharding rule for user.
   

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

[GitHub] [incubator-shardingsphere] tristaZero commented on issue #5044: Extended DDL for create table to simply the configuration

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #5044: Extended DDL for create table to simply the configuration
URL: https://github.com/apache/incubator-shardingsphere/issues/5044#issuecomment-607593639
 
 
   > we have plan to optimize it #5017 .
   
   Sorry, it means you want to do some contributions to this 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


With regards,
Apache Git Services

[GitHub] [shardingsphere] kimmking closed issue #5044: Extended DDL for create table to simply the configuration

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


   


----------------------------------------------------------------
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 #5044: Extended DDL for create table to simply the configuration

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


   RDL has been implemented.


----------------------------------------------------------------
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] Lucas-307 commented on issue #5044: Extended DDL for create table to simply the configuration

Posted by GitBox <gi...@apache.org>.
Lucas-307 commented on issue #5044:
URL: https://github.com/apache/shardingsphere/issues/5044#issuecomment-647853888


   Do it after api has been reconstructed, mark as pending now.


----------------------------------------------------------------
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] [incubator-shardingsphere] tristaZero commented on issue #5044: Extended DDL for create table to simply the configuration

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #5044: Extended DDL for create table to simply the configuration
URL: https://github.com/apache/incubator-shardingsphere/issues/5044#issuecomment-608201450
 
 
   Thanks for [this reference](https://help.aliyun.com/document_detail/71300.html?spm=a2c4g.11186623.6.671.6f624af8unTHTg). As you said, after configuration optimization, this issue is likely to move into the discussion.

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

[GitHub] [incubator-shardingsphere] tristaZero commented on issue #5044: Extended DDL for create table to simply the configuration

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #5044: Extended DDL for create table to simply the configuration
URL: https://github.com/apache/incubator-shardingsphere/issues/5044#issuecomment-607613029
 
 
   @ssxlulu Welcome your joining!
   Since it seems not an easy one, could you give more details about your idea? Like proposal, todo list, or schedule... Therefore we can basically know whether it can work well and receive more feedback 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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] ssxlulu commented on issue #5044: Extended DDL for create table to simply the configuration

Posted by GitBox <gi...@apache.org>.
ssxlulu commented on issue #5044: Extended DDL for create table to simply the configuration
URL: https://github.com/apache/incubator-shardingsphere/issues/5044#issuecomment-607597730
 
 
   @tristaZero My privilege :)

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

[GitHub] [shardingsphere] kimmking closed issue #5044: Extended DDL for create table to simply the configuration

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


   


----------------------------------------------------------------
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 #5044: Extended DDL for create table to simply the configuration

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


   RDL has been implemented.


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