Hi, > the profiler is reporting that the time really is spent inside the > JDBC call
In which call exactly? What are the top profiling stack traces if you use the H2 Console, and if you use your application? What database URL do you use exactly? Which version of H2 do you use? Could you run the query using the trace options for both the H2 Console and your application, and post the results? Example database URL: jdbc:h2:~/test;TRACE_LEVEL_FILE=3 - see also http://h2database.com/html/features.html#trace_options Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
