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
Mayank
06/24/2021, 6:51 PM
What kinde of update?
n
Neil Teng
06/24/2021, 6:52 PM
I change one col in the dimensionsSplitOrder of the star-tree index.
m
Mayank
06/24/2021, 6:54 PM
Hmm, I am not sure if reload will rebuild the star tree in this case. @User?
n
Neil Teng
06/24/2021, 6:56 PM
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
Jackie
06/24/2021, 6:56 PM
Yes, the reload should drop the old star-tree and create the new ones
n
Neil Teng
06/24/2021, 6:56 PM
awesome. Thank you
Neil Teng
06/24/2021, 6:58 PM
btw, can I see the trace info as the execution plan of pinot?
j
Jackie
06/24/2021, 7:27 PM
You may enable the trace on the query console, and the trace can be found in the query response metadata