You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/07/02 07:13:56 UTC

[GitHub] [hudi] xiaozhch5 commented on issue #6019: [SUPPORT]如何让数据尽快的刷新到hudi中呢

xiaozhch5 commented on issue #6019:
URL: https://github.com/apache/hudi/issues/6019#issuecomment-1172851108

   If Flink Checkpoints is triggered or the write buffer size is greater than that you set in the options of  ’write.batch.size‘, 256MB by default, the data will be flished into the underneath filesystem.
   You can decrease the checkpoint interval or reduce the value of ’write.batch.size' to flush the data faster


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org