From 56023ac543204f40fe33d4ce34a1a7c35c56fe91 Mon Sep 17 00:00:00 2001 From: pricelees Date: Sun, 12 Oct 2025 13:28:28 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20hibernate=20batch=20insert=EB=A5=BC=20?= =?UTF-8?q?=EC=9C=84=ED=95=9C=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/src/main/resources/application.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/service/src/main/resources/application.yaml b/service/src/main/resources/application.yaml index e935c571..d614867c 100644 --- a/service/src/main/resources/application.yaml +++ b/service/src/main/resources/application.yaml @@ -11,6 +11,11 @@ spring: active: ${ACTIVE_PROFILE:local} jpa: open-in-view: false + properties: + hibernate: + jdbc: + batch_size: ${JDBC_BATCH_SIZE:100} + order_inserts: true management: endpoints: