zuston opened a new issue, #90: URL: https://github.com/apache/incubator-uniffle/issues/90
### Motivation When I test uniffle performance, i found a huge performance drop due to the low speed of writing index file. Flame graph attached:  ### Solution Use the `dataOutputStream = new DataOutputStream(new BufferedOutputStream(fileOutputStream));` in `LocalFileWriter`. Please refer to: https://stackoverflow.com/questions/38439410/java-dataoutputstream-writelong-byte-double-int-speed ### Result After apply this optimization:  -- 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]
