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 2022/11/11 02:05:39 UTC

[GitHub] [shardingsphere] saeipi opened a new issue, #22068: How to add a new year's sub-table

saeipi opened a new issue, #22068:
URL: https://github.com/apache/shardingsphere/issues/22068

   I have split the table by month. For example, 202201~202212. I now want to append the data for 2023. I would like to add 202301~202312 forms. Please how can I achieve this.
   
   我已经实现了2022年度的分表。message_202201~202212。现在我想添加2023年度的数据。并实现分表202301~202312。请问我该如何实现。


-- 
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.apache.org

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


[GitHub] [shardingsphere] RaigorJiang commented on issue #22068: How ShardingSphere-Proxy adds a new year's sub-table

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

   Hi @saeipi 
   You can update sharding table rule by [DistSQL](https://shardingsphere.apache.org/document/5.2.1/en/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding/) `ALTER SHARDING TABLE RULE`,
   and then execute `CREATE TABLE IF NOT EXIST xxx`
   


-- 
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] sandynz closed issue #22068: How ShardingSphere-Proxy adds a new year's sub-table

Posted by GitBox <gi...@apache.org>.
sandynz closed issue #22068: How ShardingSphere-Proxy adds a new year's sub-table
URL: https://github.com/apache/shardingsphere/issues/22068


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