| EclipseLink perfomance issue (QueryImpl) [message #1841829] |
Mon, 31 May 2021 09:27  |
Eclipse User |
|
|
|
I am currently analyzing a performance issue with Eclipse Link. I see in the Profiler that a call takes 7 seconds. The methode org.eclipse.persistence.internal.jpa.QueryImpl.getResultList needs 6 seconds of this and the SELECT about 0.5-1 second. Test is: SELECT returns 500, 1000, 1500 data records. The SELECT takes a little longer with more object, the method always takes the same execution time. Also on the database directly, I see that the SELECT execution time corresponds to this time 0.5-1 second.
So I wonder where is the time wasted? What makes this method so special that it takes 6 seconds? Does anyone have any idea what is wrong?
Does the object take so long to create?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06495 seconds