terrymanu opened a new issue #6486:
URL: https://github.com/apache/shardingsphere/issues/6486
We are using algorithm name to config sharding strategy which has a little
bit redundant.
I am consider about using sharding algorithm class name to config the yaml
which can inline the configuration.
It is better to use shortcut to hide the sharding algorithm class name. The
yaml config should be:
```yaml
tableStrategy:
standard:
shardingColumn: order_id
!INLINE
algorithmExpression: $->{xxx}
```
----------------------------------------------------------------
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]