ly923976094 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-438105904 > 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. Thank you @jackjlli @mcvsubbu, so is segmentPushFrequency only for offline data ( for example hadoop, local)? What should the value be for real-time data ( for example kafka)? @mcvsubbu, You mentioned that It is used in the ValidationManager to detect gaps in existing segments and raise alerts. Where is this alarm configured
---------------------------------------------------------------- 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]
