方案一:
hibernate批量处理(Batch processing)
如果你要执行批量处理并且想要达到一个理想的性能, 那么使用JDBC的批量(batching)功能是至关重要。将JDBC的批量抓取数量(batch size)参数设置到一个合适值 (比如,10-50之间):
详情见此链接:http://oss.org.cn/ossdocs/framework/hibernate/reference-v3_zh-cn/batch.html
方案一:
hibernate批量处理(Batch processing)
如果你要执行批量处理并且想要达到一个理想的性能, 那么使用JDBC的批量(batching)功能是至关重要。将JDBC的批量抓取数量(batch size)参数设置到一个合适值 (比如,10-50之间):
详情见此链接:http://oss.org.cn/ossdocs/framework/hibernate/reference-v3_zh-cn/batch.html