mcvsubbu edited a comment 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  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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to