We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
需要注意的是,mango内部有两种批量更新的实现,如果批量更新在同一个数据源的同一张表上完成,mango会使用jdbc原生的批量更新方法,否则mango会在内部进行循环更新。
mango内部循环更新太慢了,还有其他解决办法吗
The text was updated successfully, but these errors were encountered:
如果数据理论支持批量更新,mango就走批量更新。但如果分库后,数据在两个库上,则只能内部循环更新啦。
数据在两个库上,只能循环更新,没有更好的办法哟
Sorry, something went wrong.
嗯。 貌似使用事物更新效率貌似是提高了很多
No branches or pull requests
需要注意的是,mango内部有两种批量更新的实现,如果批量更新在同一个数据源的同一张表上完成,mango会使用jdbc原生的批量更新方法,否则mango会在内部进行循环更新。
mango内部循环更新太慢了,还有其他解决办法吗
The text was updated successfully, but these errors were encountered: