--- src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
+++ src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
... | ... | @@ -4180,7 +4180,7 @@ |
| 4180 | 4180 |
long totalStartTime = System.currentTimeMillis(); |
| 4181 | 4181 |
|
| 4182 | 4182 |
int totalSize = mjonMsgSendVOList.size(); // 총 데이터 개수 |
| 4183 |
- int batchSize = 30000; // Batch 크기 설정 (고정값) |
|
| 4183 |
+ int batchSize = 50000; // Batch 크기 설정 (고정값) |
|
| 4184 | 4184 |
|
| 4185 | 4185 |
System.out.println("총 데이터 개수 :: " + totalSize);
|
| 4186 | 4186 |
System.out.println("설정된 Batch 크기 :: " + batchSize);
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?