private static final int BATCH_SIZE = 15000; private static final int THREAD_COUNT = 3;
private static final int THREAD_COUNT = 3;
@6abf67ed51a2a71dbd06166d48a7921e013b5947
--- src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
+++ src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
... | ... | @@ -65,8 +65,8 @@ |
| 65 | 65 |
// private static final int MAX_ADDR_CNT = 500000; |
| 66 | 66 |
//임시 500만개 |
| 67 | 67 |
private static final int MAX_ADDR_CNT = 5000000; |
| 68 |
- private static final int BATCH_SIZE = 10000; |
|
| 69 |
- private static final int THREAD_COUNT = 2; |
|
| 68 |
+ private static final int BATCH_SIZE = 15000; |
|
| 69 |
+ private static final int THREAD_COUNT = 3; |
|
| 70 | 70 |
|
| 71 | 71 |
|
| 72 | 72 |
public List<AddrVO> selectAddrList(AddrVO addrVO) throws Exception {
|
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?