SoLoHiC commented on issue #31374: URL: https://github.com/apache/shardingsphere/issues/31374#issuecomment-2151714999
We have a similar scenario too. For most of the requests(, which have a sharding key), it's supposed to be covered by the inline strategy. But for certain requests (, from scheduled jobs and it's about to scan the whole table), we'd want it to be split into multi-threads and each thread could use a hint to specify a certain sharding table to scan. Now the problem is, once we configured an inline strategy for the table, a hint strategy couldn't be used programmatically. -- 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]
