Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个遗留项目,它使用 1.0.0 版的 oracle essential 来实现持久性。您能否提供如何提示查询以增加 JDBC 提取大小以及我们如何验证日志中的提取大小?
您可以将获取大小设置为查询提示
query.setHint("toplink.jdbc.fetch-size", "100");