database - What are the additional expenses in jdbc in addition to the time taken by the db to run the query? -


i wanted know additional expenses in running query using jdbc in addition actual time taken database run query , how expensive they.

  • some time used, create object (strings, etc.) ~some nano seconds
  • network-overhead. ~10-50 mili seconds

at startup (before first query), there time, loading jdbc driver , creating connection.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -