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/01/02 06:19:53 UTC

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3845: mybatis-plus or pagehelper and sharding-jdbc implement paging, but eventually lead to a full table query

terrymanu commented on issue #3845: mybatis-plus or pagehelper and sharding-jdbc implement paging, but eventually lead to a full table query
URL: https://github.com/apache/incubator-shardingsphere/issues/3845#issuecomment-570126675
 
 
   Hi, your logic SQL is `SELECT * FROM `t_dict` LIMIT 1,2;` which do not include any sharding key, it should be full table query.

----------------------------------------------------------------
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


With regards,
Apache Git Services