large « Batch « JPA Q&A





1. Side-effects of large batch-size (say 100).    forum.hibernate.org

Hi all, Any reason why setting a large batch-size, say batch-size = 100, is particularly bad? Everything I've read about batch-size on Entities or collections say to keep this number small, preferably under 10. I have a worst-case scenario that returns hundreds (possibly 2 or 3 thousand) of Items. The average case is most likely under a hundred. As you can ...

2. Side-effects of large batch-size (say 100).    forum.hibernate.org

Hi all, Any reason why setting a large batch-size, say batch-size = 100, is particularly bad? Everything I've read about batch-size on Entities or collections say to keep this number small, preferably under 10. I have a worst-case scenario that returns hundreds (possibly 2 or 3 thousand) of Items. The average case is most likely under a hundred. As you can ...