you can partition segments by both space (dimension) and time
e
Eaugene Thomas
07/19/2022, 6:10 AM
So , by default pinot partitions based on timestamp unless dimension to partition is specified in config . Is that correct ?
Eaugene Thomas
07/19/2022, 6:14 AM
If thats the case , I have a follow-up doubt, The job to move the data from realtime server to offline server works based on segments start & end time ( ref : https://dev.startree.ai/docs/pinot/concepts/managed-offline-flow ) . So how thats possible in the case of partitioning based on dimension & not time stamp ?