nsivabalan commented on PR #11611:
URL: https://github.com/apache/hudi/pull/11611#issuecomment-2223895790

   @danny0405 : generally number of pending compactions is relatively 
proportional to number of file groups. but to store actual file groups, if some 
user is retaining 100 file versions, then the amount of memory required to 
store file group is 100x of that. So, just taking some educated guess to allot 
5% to bootstrap, 2% for pending clustering, 5% for completed replace commits, 
2% for log compaction and 10% for pending compaction. that leaves just 76% to 
actual file groups. 
   


-- 
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]

Reply via email to