How does segment size impact offline tables? Does ...
# getting-started
b
How does segment size impact offline tables? Does the offline segment ingestion job always create one segment regardless of the number of records, or is it smart enough to create multiple segments of optimal segment size?
m
generally it creates one segment per source file from my understanding
m
As of now in the OSS yes 1 input file = 1 segment
b
So input files should be sized to create the desired pinot segment size for optimal query performance?
m
Yes