Tanmay Movva
12/01/2020, 2:37 AMReload All Segments
to apply the indexes. When I try to check the Reload Status
, I get this error on the UI
Table type : REALTIME not yet supported.
Tanmay Movva
12/01/2020, 2:38 AMJackie
12/01/2020, 2:50 AMselect count(*) from table where col = 123
and check the numEntriesScannedInFilter
, if it is 0, then that means the inverted index on col
is present
2. Log in to the server and check the segment directory under data directory. In the index_map
file you should be able to find the inverted index for that column if it existsTanmay Movva
12/01/2020, 4:03 AM