swaminathanmanish opened a new pull request, #10987:
URL: https://github.com/apache/pinot/pull/10987

   **Problem**:
   Currently, we dont have size based segment creation for batch ingestion that 
uses SegmentProcessorFramework.  With maxNumRecordsPerSegment, we cannot create 
segment of desired size. Often times, this either results in small segments or 
large segments or even OOM during ingestion.
   **Solution**
   Inspired by the realtime [segment auto 
tuning](https://engineering.linkedin.com/blog/2019/auto-tuning-pinot) , we will 
introduce a similar capability for batch ingestion, to create segments of 
desired size. This change is just to introduce an interface to use in 
SegmentProcessorFramework. 
   
    


-- 
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-unsubscr...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to