QuChunhe commented on issue #6585:
URL: https://github.com/apache/hudi/issues/6585#issuecomment-1236340053
Furthermore, the performance does not improve when increasing the
parallelism, for example setting parallelism to 400 or 1000.
```java
.withDeleteParallelism(parallelism)
.withParallelism(parallelism, parallelism)
.withFinalizeWriteParallelism(parallelism)
.withRollbackParallelism(parallelism / 2))
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]