Hello everyone, I am confused about 'segmentIngest...
# troubleshooting
a
Hello everyone, I am confused about 'segmentIngestionFrequency' property of batchIngestionConfig and 'schedule' property of SegmentGenerationAndPushTask. Are they related to eachother? If so do they overwrite eachother? It would be great if you can share your information with me. Thanks
n
they’re unrelated. segmentIngestionFrequency is mainly used internally in pinot for some time boundary calculations and has no visible effect to you. schedule is specifically for the cron to be used for minion task
h
To be specific,
segmentIngestionFrequency
is used to determine (1) segment name, and (2) time boundary (https://docs.pinot.apache.org/basics/getting-started/frequent-questions/ingestion-faq#what-is-the-purpose-of-a-hybr[…]ermine-the-time-boundary-and-i)
a
Thank you