You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/06/16 06:24:54 UTC

[GitHub] [shardingsphere] 65725738 opened a new issue #6066: Whether HintShardingAlgorithm supports BETWEEN AND?

65725738 opened a new issue #6066:
URL: https://github.com/apache/shardingsphere/issues/6066


   Whether HintShardingAlgorithm supports BETWEEN AND?
   
   shardingsphere4.1.1 
   
   The requirement is that I need to determine which database is based on a variable.It then determines which table is based on the fields and field values.
   Can HintShardingAlgorithm be implemented?AND you need to support BETWEEN AND > < ...
   
   
   addTableShardingValue(final String logicTable, final Comparable<?> value)
   
   HintShardingAlgorithm can only add a table name and a sharding value.Column names and multiple sharding values cannot be added.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] kimmking commented on issue #6066: Whether HintShardingAlgorithm supports BETWEEN AND?

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #6066:
URL: https://github.com/apache/shardingsphere/issues/6066#issuecomment-644562211


   Hint only support a certain key, such like `user_id = 10`


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] kimmking closed issue #6066: Whether HintShardingAlgorithm supports BETWEEN AND?

Posted by GitBox <gi...@apache.org>.
kimmking closed issue #6066:
URL: https://github.com/apache/shardingsphere/issues/6066


   


----------------------------------------------------------------
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:
users@infra.apache.org