You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/12 17:51:33 UTC

[GitHub] jackjlli commented on issue #3460: Who knows what these two fields mean? In the table segmentConfig '

jackjlli commented on issue #3460: Who knows what these two fields mean? In the table segmentConfig '
URL: https://github.com/apache/incubator-pinot/issues/3460#issuecomment-437971766
 
 
   @ly923976094 In Pinot, `segment push` is pretty much the same as `segment upload`.  
   `segmentPushFrequency` is the frequency of uploading new created / updated segments to Pinot cluster.
   `APPEND` use case is that the segment to be uploaded is brand new and it's just added to the previous set of segments. Thus the number of segments for that table in the cluster will be increased.
   `REFRESH` use case is that the segment to be uploaded is updated from a previous segment and will replace the previous segment in the pinot cluster. The number of segments for that table remains the same.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org