I am curious to know what the solution would be he...
# troubleshooting
b
I am curious to know what the solution would be here though if anyone knows
j
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
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
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
ah good to know...thanks Jackie
k
Is this resolved?