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

   Why do I have to configure the table rule when I use the hint algorithm?
   
   the version of sharding-jdbc: 5.2.1
   
   the config:
   
   
`spring.shardingsphere.rules.sharding.default-database-strategy.hint.sharding-algorithm-name=myHint
   spring.shardingsphere.rules.sharding.default-table-strategy.none
   
spring.shardingsphere.rules.sharding.sharding-algorithms.myHint.type=CLASS_BASED
   
spring.shardingsphere.rules.sharding.sharding-algorithms.myHint.props.strategy=HINT
   
spring.shardingsphere.rules.sharding.sharding-algorithms.myHint.props.algorithmClassName=xxxxx`
   
   **i only want to sharding database without sharding tables, but the 
configure is not works, it must config the table what u want to sharding**
   
   because of the source code, it will new ShardingIgnoreRoutingEngine ?
   
   <img width="1240" alt="image" 
src="https://user-images.githubusercontent.com/34209278/219324122-c7c6de1c-8a1d-483d-b371-c4019b584334.png";>
   
   so when i want to sharding database without sharding tables. also need me 
add all tables config to the file?
   
   
   


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