This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Description
Currently i am inserting 191277 records in database. My source is csv
I am using 12 workers and 6000 batch size.
My input completes in 2-3 minutes and filter operation get stuck, and event after 1 hr the output is as below. ( 2158)
How can i make sure i increase my output throughput. Any suggestion
I have tried various options like below, but no improvement
max_pool_size => 50
connection_timeout => 100000
This below i get from monitoring API
"events" : {
"in" : 191277,
"filtered" : 68630,
"out" : 2158,
"duration_in_millis" : 5406886,
"queue_push_duration_in_millis" : 79073
}