ankitsultana opened a new issue, #10137:
URL: https://github.com/apache/pinot/issues/10137

   At present we have two types of configs:
   
   1. Set threshold based on size
   2. Set threshold based on number of rows
   
   Regarding the second type, while the value set in those configs is 
proportional to the number of rows in a segment, it's not the exact value. It 
seems to divide the number of rows by the maximum number of kafka partitions in 
a server.
   
   Feature: It would be great to have a config that determines the number of 
rows in a segment exactly. If the config says 1M, then the segments should be 
flushed after 1M rows.
   
   cc: @wirybeaver 


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