Udemy

Get best performance from database used by Hibernate app

立即報名
  • 166 名學生
  • 更新於 5/2024
4.5
(17 個評分)
CTgoodjobs 嚴選優質課程,為職場人士提升競爭力。透過本站連結購買Udemy課程,本站將獲得推廣佣金,有助未來提供更多實用進修課程資訊給讀者。

課程資料

報名日期
全年招生
課程級別
學習模式
修業期
4 小時 16 分鐘
教學語言
英語
授課導師
Arkadiusz Fronc
評分
4.5
(17 個評分)
4次瀏覽

課程簡介

Get best performance from database used by Hibernate app

Identifying and fixing performance bottlenecks in database and Hibernate. SQL tuning, indexes, eager fetching and more.

Have you ever wondered why database operations in your application are slow? Is it because of the database or Hibernate or both? Is there anything that can be done to improve that? What are those mysterious database indexes? Does using Hibernate leave me no field for performance optimization?


During this course I will teach you performance optimization techniques that will give you a huge advantage in the Java programmers world.

No, you will not have to give up on Hibernate. It is a great tool. I like it too! Most performance issues with it are caused by inefficient usage, not by Hibernate itself. You can still let it do the dirty job for you and have a highly performant application at the same time.


Java developers too often avoid database topics. But some database knowledge can make your life incredibly easier. In this course, I focus on the aspects that will let you make a significant impact on a database performance with the lowest effort.


Let me show you how to take the best from Hibernate using some database knowledge to achieve high speed of database operations.


After this course, you will know how to combine database tricks with Hibernate best practices to build lightning speed software.

課程章節

  • 8 個章節
  • 35 堂課
  • 第 1 章 Performance optimization intro
  • 第 2 章 Database design
  • 第 3 章 Unnecessary queries
  • 第 4 章 Indexes
  • 第 5 章 Basic Hibernate tuning
  • 第 6 章 Basic query tuning
  • 第 7 章 Overused entities
  • 第 8 章 Summary

課程內容

  • Know how to approach optimization
  • Use Query Execution Plan
  • Know which data types and why are preferred in a database for better performance
  • Avoid unnecessary type conversions in SQL queries
  • Efficiently use dictionary tables
  • Configure Hibernate to see executed database queries
  • Avoid reading data which is not needed
  • Eliminate n+1 problem in Hibernate
  • Understand a trade off when implementing flexible solutions
  • Properly implement data paging in Hibernate
  • Efficiently count rows and aggregating data
  • Update and delete multiple rows with a single request
  • Learn index structure and its impact on query performance
  • Choose the right index for a query
  • Use of multi column indexes
  • Learn the process of executing queries by a database
  • Take advantage of query parameters binding in Hibernate
  • Avoid long transactions
  • Restructure queries for better performance
  • Use indexes to support sorting rows and joining
  • Know when it is better to avoid Hibernate entities and how to use alternatives

評價

  • M
    Matthew Wilder
    3.0

    Wasn't much for hibernate optimizations and mostly just focused on direct db performance improvements (query optimization, execution plans, indexes, etc; and not how to better use hibernate). Lots of normal RDMS content that isn't new if you took a proper RDMS class. He does a fine job teaching, but the content that was covered was underwhelming in regards to Hibernate.

  • L
    Luis Hernan Espinosa Llanos
    4.0

    It's good, sometimes a bit traumatic because of the way of teaching (like acting) and the camera jejej, don't get me wrong, it's just different. But thanks for such advices and tricks.

立即關注瀏覽更多

本網站使用Cookies來改善您的瀏覽體驗,請確定您同意及接受我們的私隱政策使用條款才繼續瀏覽。

我已閱讀及同意