RaigorJiang commented on issue #22816:
URL: 
https://github.com/apache/shardingsphere/issues/22816#issuecomment-1353424353

   Hi @alei78910 
   I optimized the error message in #22900, if you want to use auto sharding 
algorithm, you can refer to:
   ```sql
   CREATE SHARDING TABLE RULE apploginlog(
   STORAGE_UNITS(ds_0),
   SHARDING_COLUMN=CreationTime,
   TYPE(NAME=AUTO_INTERVAL, 
PROPERTIES("sharding-seconds"="2592000","datetime-lower"="2016-01-01 
00:00:00","datetime-upper"="2099-12-31 00:00:00"))
   );
   ```
   The above configuration means each sharding node for every 30 days.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to