You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/01/25 05:20:57 UTC

[GitHub] mymilkbottles opened a new issue #1819: use “>” or ">=" instead of "between and" to query, rangeShardingAlgorithm not work

mymilkbottles opened a new issue #1819: use “>” or ">="  instead of  "between and" to query, rangeShardingAlgorithm not work
URL: https://github.com/apache/incubator-shardingsphere/issues/1819
 
 
   if my sql don't use "between and" to query, RangeShardingAlgorithm will not work.
   for example :
   to compare datetime, use “>” or ">=" will lead RangeShardingAlgorithm route sql to logicTable instead of Actual table. In simple terms, rangeShardingAlgorithm is not work for query route.
   how to fix this problem?
   thx!
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services