VincentSleepless commented on issue #21119:
URL:
https://github.com/apache/shardingsphere/issues/21119#issuecomment-1366358870
> same issue
>
> ```
> - !SHARDING
> tables:
> t_order:
> actualDataNodes: ds_${0..1}.t_order_${1..12}
> keyGenerateStrategy:
> column: id
> keyGeneratorName: snowflake
> defaultDatabaseStrategy:
> standard:
> shardingColumn: id
> shardingAlgorithmName: database-inline
> defaultTableStrategy:
> standard:
> shardingColumn: create_time
> shardingAlgorithmName: date-interval
> ```
>
> if `actualDataNodes` set `ds_0.t_order_${1..12}` works the
`databaseStrategy` not working ?
try ds_0.t_order_${1..6}, ds_1.t_order_${7..12}
--
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]