Hi team, is the output generated by “Reload Status...
# getting-started
g
Hi team, is the output generated by “Reload Status” button in UI shows what are the indexes we have on the table right now? I wonder how do we determine what index it will have for each column by default? Asking because I didn’t specify any index column in table index config so I did not expect to see index for columns, but it seems like some of them are green
m
By default most columns will have dict, and all will have fwd index.
If you didn’t specify any inv index and it is showing for two of them, check if the cardinality of that column = 1.
👀 1