java-base-app/文档/mybatis说明.txt

5 lines
355 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mybatis 配置的 configuration 属性下添加:
default-fetch-size: 100
说明: 修改mybatis默认提取数据大小默认为10修改后每次查询数据提取一次100条大批量查询数数据时减少与oracle数据库交互提高加载数据速度但是数据库每次查询使用内存増大需要谨慎使用防止OOM