Hi, if I do a hot-update on the table config of a ...
# general
n
Hi, if I do a hot-update on the table config of a real time table. What will happen to the old index will they be cleaned up automatically?
m
What kinde of update?
n
I change one col in the dimensionsSplitOrder of the star-tree index.
m
Hmm, I am not sure if reload will rebuild the star tree in this case. @User?
n
I guess hot update on the forward index and sorted is not allowed. But I am not sure about the bitmap inversed index, star-tree and others who are not directly related to the how the data sit on the disk.
j
Yes, the reload should drop the old star-tree and create the new ones
n
awesome. Thank you
btw, can I see the trace info as the execution plan of pinot?
j
You may enable the trace on the query console, and the trace can be found in the query response metadata
👍 1
It tracks the time spent within each operator