Does that mean , I cannot use that index too if I ...
# general
s
Does that mean , I cannot use that index too if I want upsert to be configured for a table?
m
Yes, StarTree Index is not supported with upsert. But note that startree index helps in case of really low selectivity queries (millions of rows selected by the query. And you can still get great perf from other indexes.
You can use sorted index with upsert.
s
Gotcha. Thanks.