wangzhuangwei commented on issue #9250:
URL: https://github.com/apache/shardingsphere/issues/9250#issuecomment-770732646
spring.shardingsphere.sharding.default-data-source-name = ds_service
spring.shardingsphere.sharding.default-database-strategy.standard.sharding-column
= chain_value_crc
spring.shardingsphere.sharding.default-database-strategy.standard.precise-algorithm-class-name
= com.sharding.algorithm.DatabasePreciseShardingAlgorithm
spring.shardingsphere.sharding.tables.click.actual-data-nodes =
ds_service${0..9}.click_${0..2}_${0..63}
spring.shardingsphere.sharding.tables.click.table-strategy.complex.shardingColumns
= click_time,chain_value_crc
spring.shardingsphere.sharding.tables.click.table-strategy.complex.algorithmClassName
= com.sharding.algorithm.ClickTableComplexShardingAlgorithm
----------------------------------------------------------------
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:
[email protected]