Using OpenJPA 1.2.2, WebLogic 10.3.3, and WinXP.

My application is working, and my timing tests get particular measurable
results.  I currently have SQL debug on, so I see the SQL that is
emitted, and the "spent" time for each (although it appears that the
numbers don't mean much on WinXP).  I have several list objects, so I
see blocks of similar queries with just the PK varying.

I then tried adding a "openjpa.FetchBatchSize" property, with a value of
30, and then retesting.  There appeared to be no measurable change in
performance, or even any obvious change to the debug output.  Should I
have expected to see some difference, either in performance (perhaps
harder to see) or in the debug output?  Is there a particular category I
should enable to see this?

Reply via email to