Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
Bldev's Blog

      Bldev

      make X better with code

      • Somewhere

      [JPA] JPA의 장단점과 성능 비교, 성능 최적화

      June 7, 2023

      JPA와 스토어드 프로시저

      성능 최적화

      크로스 조인

      참고

      • https://gary-rowe.com/2010-01-26-stored-procedures-vs-hibernate/
      • https://thorben-janssen.com/6-performance-pitfalls-when-using-spring-data-jpa/#Pitfall_4_Use_eager_fetching

      Categories: Java, JPA, 자바

      Updated: June 7, 2023

      Twitter Facebook LinkedIn
      Previous Next

      Comments

      You May Also Enjoy

      [Kotlin/Spring] Transaction Management

      July 29, 2025

      Transaction management

      [코틀린/스프링] 트랜잭션 관리

      July 29, 2025

      트랜잭션 관리

      [Architecture/Software] Caching

      July 28, 2025

      Caching is the practice of replicating data from an origin datastore into a separate storage so it can be served faster. Caching is an important technique to...

      [아키텍처/소프트웨어] 캐싱

      July 28, 2025

      캐싱(caching)이란 데이터 원본을 별도의 저장소에 복제하여 빠르게 제공하는 것이다. 캐싱은 데이터의 응답 지연 시간을 단축시키고 데이터를 제공하는 서버와 데이터를 제공받는 클라이언트 모두의 성능을 향상시킬 수 있는 중요한 방법이다.

      © 2025 Bldev. Powered by Jekyll & Minimal Mistakes.