fresh-borzoni opened a new issue, #445:
URL: https://github.com/apache/fluss-rust/issues/445

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/fluss-rust/issues) and found nothing similar.
   
   
   ### Description
   
   Java dynamically adjusts the batch size target per table based on observed 
actual batch sizes - grows 10% when batches fill past 80%, shrinks 5% when 
below 50%, clamped to [2 * pageSize, maxBatchSize]. This right-sizes memory 
reservations for tables with small rows. We currently use a fixed 
writer_batch_size for all tables. The impact is less critical for us than Java 
since our memory limiter is semaphore-based (no physical page pool), but it 
would still improve memory budget utilization.
   
   ### Willingness to contribute
   
   - [x] I'm willing to submit a PR!


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