-
Notifications
You must be signed in to change notification settings - Fork 519
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
更新3799条数据,导致程序卡住了 #189
Comments
cpu 跑满了 |
update RoomSeller
set saleStatus = 1 where id in (select rsid from RoomSeller as rs, RoomSellerold as rso where rs
and rs.sellerId = rso.seler id) 执行的是这样的语句,是不是in的数据太多了。(3700条) |
换 lealone 5.2 看看有没有问题 |
lealone 5.1 嵌套执行 sql,数据量多时有 bug,5.2 修复了。 |
codefollower
added a commit
that referenced
this issue
Jun 26, 2023
我优化了 IN(SELECT) 语句,现在很快了,更新1万行记录也没问题。 |
好的谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: