Skip to content
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

建议: 打开表的操作使用分页查询 #1606

Open
WlayRay opened this issue Dec 22, 2024 · 0 comments
Open

建议: 打开表的操作使用分页查询 #1606

WlayRay opened this issue Dec 22, 2024 · 0 comments

Comments

@WlayRay
Copy link

WlayRay commented Dec 22, 2024

参考Navicat打开表时都会有分页处理(默认1000条),不会直接把整个表查出来
之前在公司使用时打开了一个大表,结果底层的SQL语句是select * from XX,没有分页处理!,查询了快10秒钟,结果我主管那边看到了这个慢SQL日志导致我差点被批......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant