Beginner |
|
Joined: Thu Jul 08, 2004 8:56 am Posts: 23
|
Hi all,
I've already searched API and Hibernate source but I wanted to be 100% sure that this is not possible. We have a scenario where n+1 queries are having a negative impact on performance and I wanted this particular query to have a very aggressive BatchSize. I know I can annotate the class or the collection but if I do so I am afraid I might impose a negative performance impact on other use cases is there any workaround I could do? To be more exact: is there anyway I can set a collection batchsize for a single query?
best regards, Rafael Ribeiro
_________________ Rafael Ribeiro
|
|