private static final int BATCH_SIZE = 15000;
private static final int THREAD_COUNT = 3;
This commit is contained in:
parent
f8a41b8320
commit
6abf67ed51
@ -65,8 +65,8 @@ public class AddrServiceImpl extends EgovAbstractServiceImpl implements AddrSer
|
|||||||
// private static final int MAX_ADDR_CNT = 500000;
|
// private static final int MAX_ADDR_CNT = 500000;
|
||||||
//임시 500만개
|
//임시 500만개
|
||||||
private static final int MAX_ADDR_CNT = 5000000;
|
private static final int MAX_ADDR_CNT = 5000000;
|
||||||
private static final int BATCH_SIZE = 10000;
|
private static final int BATCH_SIZE = 15000;
|
||||||
private static final int THREAD_COUNT = 2;
|
private static final int THREAD_COUNT = 3;
|
||||||
|
|
||||||
|
|
||||||
public List<AddrVO> selectAddrList(AddrVO addrVO) throws Exception {
|
public List<AddrVO> selectAddrList(AddrVO addrVO) throws Exception {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user