RaigorJiang commented on issue #16353: URL: https://github.com/apache/shardingsphere/issues/16353#issuecomment-1082652150
Hi @wsg96321 You want to use the `hint` algorithm, but the strategy type is configured as `standard`. ```sql CREATE DEFAULT SHARDING DATABASE STRATEGY ( TYPE = standard,SHARDING_COLUMN=id,SHARDING_ALGORITHM=common_hint_shard ); ``` -- 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]
