查询数百万行 | PostgreSQL |

发布于 2025-01-11 16:31:32 字数 200 浏览 0 评论 0原文

我正在查询数百万行数据,服务器中的tomcat就掉线了。我找到的修复方法是一次从数据库中获取1000行数据,这样就不会加载服务器中的tomcat。 我知道我正在使用 setFetchSize() 方法,并且 setAutoCommit() 设置为 false。

但是,它似乎不起作用。

也许,您可以帮助我提供更多想法,以在不降低性能的情况下获取那么多行数据?

I'm querying through millions of rows of data, and the tomcat in the server just drops. The fix I found was to fetch 1000 rows of data from the database at a time so as not to load the tomcat in the server.
I am aware of setFetchSize() method which I am using and setAutoCommit() is set to false.

However, it doesn't seem to be working.

Perhaps, you can help me with more ideas to get that many rows of data without slowing down the performance?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文