Sergii Balganbaiev
01/04/2022, 2:23 PMThe updated index config won't be picked up unless we invoke the reload API.
I have added new index(inverted
) to table config and call reload API(with forceDownload
flag) but as I see index is not created(I checked in reload status
and even in metadata.properties
file of particular segment).
But after I re-ingest data(with spark job) to segment-store then index is created. All these operations are done for offline
table
So the question is: is it necessary to comply some additional conditions to make reload API working? Maybe, I missed somethingMayank
Sergii Balganbaiev
01/04/2022, 11:02 PMMayank
Mark Needham
Mayank
Mark Needham
But reload doesn’t work for adding dictionary-encoded forward index because it need to rebuild segment fullySo for this scenario you have to build the segment again manually?
Sergii Balganbaiev
01/04/2022, 11:21 PMMark Needham
Sergii Balganbaiev
01/06/2022, 7:57 PMMark Needham