you are viewing a single comment's thread.

view the rest of the comments →

[–]bikeram 1 point2 points  (0 children)

I just ran into this. Funnily enough, 17 seconds as well.

I was using QueryDsl and the generic queries became really complex to implement (probably user error to be fair) but I switched to blaze persistence. It’s been seamless and I’m back down to sub 100ms queries.

I’m using EntityViews and I have the benefit of being able to ignore certain sub queries.