Scaling Hibernate Applications with Postgres

(0 Ratings)

 All enterprise applications hit bottlenecks as they begin to scale and many times it can be traced to the interaction between the application and the database. Hibernate was designed to easily abstract this interaction from Java developers which has led to it popularity, but in doing so, has caused a rift between developers and database administrators in many organizations.  In this session, you will learn how developers and database administrators can work together to break through many application bottlenecks. The topics will include fetching strategies and HQL from the Hibernate side as well as data model and configuration changes from the database side.