Hello, If I add a new column in “primaryKeyColumns...
# general
k
Hello, If I add a new column in “primaryKeyColumns” in schema, How much time it would take to create indexing for the new column ?
k
is this for upsert use case?
k
no
k
primaryKeyColumns is only for upsert use case. If you want to add other indexes, you can simply update the table config and invoke reloadSegments api
k
My table is Realtime table without upsert that means i can’t update primary index. Is it I have to re ingest the whole data again and create schema again
?
k
No, you dont have to
please take a look at the doc link I sent you
k
Just schma change and upload segemnts will work for me ?
ok
k
not upload, its reload. its just asking the servers to reload the segment during which it will generate missing indices
k
ok thanks …