查询数百万行 | PostgreSQL |
我正在查询数百万行数据,服务器中的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论