Hi All,
I am new to Pinot. I am trying to ingest/upload a 7GB Lineitem TPCH table into Pinot. Entire file is getting uploaded as a single segment.
Does Pinot support any configuration to specify segmentation column(column based on which segments get created from ingested file/data)?
When I explicitly split file into multiple files then multiple segments are getting created. Does Pinot expect pre-segmented data to be ingested/uploaded?