Browse Source

increase chunksize to test writer

Karen Kho 8 years ago
parent
commit
c22df69294

+ 2 - 2
crss-settlement-task-calculation/crss-settlement-task-calculation.yml

@@ -46,7 +46,7 @@ spring:
         hbm2ddl:
         hbm2ddl:
           import_files:
           import_files:
         jdbc:
         jdbc:
-          batch_size: 1000
+          batch_size: 100000
 
 
   cloud:
   cloud:
     task:
     task:
@@ -66,7 +66,7 @@ spring:
       enabled: true
       enabled: true
 
 
 batch:
 batch:
-  chunkSize: 1000
+  chunkSize: 100000
   maxWorkers: 18
   maxWorkers: 18
   partitionSize:
   partitionSize:
     disAggBcqBuyer: 500
     disAggBcqBuyer: 500