https://pinot.apache.org/ logo
b

Brian Olsen

04/10/2021, 2:00 AM
I am curious to know what the solution would be here though if anyone knows
j

Jackie

04/10/2021, 5:15 AM
Do all these time fields contain
null
value? Pinot does not allow
null
value in the main time field (the one you put in the
table config
)
If you just want to ingest the data, you can simply store them as dimensions without defining the time column
b

Brian Olsen

04/10/2021, 11:23 AM
Now they default to a value so that shouldn't be the issue but that’s good to know. If I remove these from the time fields would we not be taking advantage of indexing based on time date time fields?
j

Jackie

04/10/2021, 6:32 PM
There is no special indexing on time field currently, so if you don’t need retention management, storing them as dimensions or date times should have the same performance
👍 1
b

Brian Olsen

04/10/2021, 6:33 PM
ah good to know...thanks Jackie
k

Kishore G

04/11/2021, 5:06 AM
Is this resolved?