Hi, assume, i have created table schema/config and...
# troubleshooting
s
Hi, assume, i have created table schema/config and ingested some data... after sometime i updated the same table with startree index using swagger... and reloaded the segments for the same.. but star tree index has not been created for the same after updating tableconfig and reloading the segments, (i checked index dir) nly old index is available... please check this and do needful @Jackie @Mayank
n
is this flag set to true in your table config -> indexing config->`enableDynamicStarTreeCreation` ?
reload will generate startree only if this flag is true
s
Ok I will add and try