helloworldtech1024 commented on issue #32033:
URL:
https://github.com/apache/shardingsphere/issues/32033#issuecomment-2270487660
我在分片规则里指定分片数量是20的时候不会报错,但是指定成1000就会报错,
```sql
CREATE SHARDING TABLE RULE
property_fee_order_info(STORAGE_UNITS(destination_db),SHARDING_COLUMN=fee_order_id,TYPE(NAME="hash_mod",PROPERTIES("sharding-count"="20")),KEY_GENERATE_STRATEGY(COLUMN=id,TYPE(NAME="snowflake")));
```
```"sharding-count"="20" ```这个参数
--
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]