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 18:06:20 UTC

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

mcvsubbu 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-437976273
 
 
   To add to what @jackjlli  mentioned, think of REFRESH use case as one in which all data is refreshed by re-loading the entire data (i.e. all segments are replaced). In contrast. APPEND use cases add a segment (or a few) each day (or hour) with new data while old data is retained out.
   
   HOURLY, DAILY, etc. are values of segment PushFrequency. It is used in the ValidationManager to detect gaps in existing segments and raise alerts. It is also used to name the segments correctly while generating Pinot segments.
   
   Hope this helps.

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