stackls opened a new issue, #5371:
URL: https://github.com/apache/hudi/issues/5371
I have configured hudi inline compaction so that compactions happens after
each write. Help me understand if i want to run after n delta commits ,how is
it going to benefit the runs ? Compaction costs will be reduced if not inline
.
Not clear on the advantages and disadvantages between the both. Suggest me
the correct and efficient hudi compaction configs for frequent updates on
smaller/larger files.
hudi configs :
"hoodie.compact.inline": inline_compact,
"hoodie.cleaner.commits.retained": 4,
"hoodie.cleaner.fileversions.retained": 4
"hoodie.bulkinsert.shuffle.parallelism": 200,
--
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]