Increase default_batch_fetch_size

This commit is contained in:
Paulo Gustavo Veiga 2023-08-11 18:28:50 -07:00
parent 70c0b0c532
commit 4bb2960716

View File

@ -23,7 +23,7 @@
<prop key="hibernate.dialect">${database.hibernate.dialect}</prop> <prop key="hibernate.dialect">${database.hibernate.dialect}</prop>
<!-- <prop key="hibernate.cache.use_second_level_cache">true</prop>--> <!-- <prop key="hibernate.cache.use_second_level_cache">true</prop>-->
<!-- <prop key="hibernate.cache.region.factory_class">org.hibernate.cache.ehcache.EhCacheRegionFactory</prop>--> <!-- <prop key="hibernate.cache.region.factory_class">org.hibernate.cache.ehcache.EhCacheRegionFactory</prop>-->
<!-- <prop key="hibernate.default_batch_fetch_size">200</prop>--> <prop key="hibernate.default_batch_fetch_size">200</prop>
<prop key="hibernate.nestedTransactionAllowed">true</prop> <prop key="hibernate.nestedTransactionAllowed">true</prop>
<prop key="hibernate.auto_quote_keyword">true</prop> <prop key="hibernate.auto_quote_keyword">true</prop>
</props> </props>