• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate Performance - Direct JDBC connection?

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new to Hibernate performance tuning.
Could anyone tell me what is the DIRECT JDBC connection means?
say, If my datasource is using c3p0 connection pool with postgresl jdbc 4.0 driver.
My understanding is to use SQL directly rather than HQL and use Sateless session.

It implies I must iterate my fetched records manually.
There is nothing to do the datasource config.
Please correct me if I am wrong.

OR
Any better or easier way to improve performance.

This info is quite confusing to me.
https://www.hibernate.org/350.html


P.S. I use Hibernate 3.3.2 + Spring 2.5.6

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic