-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
分页插件性能差 #14
Comments
分页时都会产生临时表,就算只排序也会,这样性能肯定不行。 |
MySQL下性能问题比较严重 |
getCount()有问题,资源没有释放,导致接不够。 |
查询慢了100多倍 |
是个严重的问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为什么和其他的分页插件性能差了一倍....比如Mybatis_PageHelper.
The text was updated successfully, but these errors were encountered: