zherenyu831 commented on issue #2083:
URL: https://github.com/apache/hudi/issues/2083#issuecomment-691855992
Hi rafaelhbarros
We are running similar solution as you,
just a suggestion, isn't the parallelism too small for you?
```
hoodie.insert.shuffle.parallelism=10
hoodie.upsert.shuffle.parallelism=10
```
we using 1500 parallelism(default) to handle 2000 upsert tps with 9 cores of
c5 instances.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]