Secondary index missing records, can it be repaired?

Hi hubt,

Repair index will only work if sync_state is set to not synced. Else it is a no-op. If it is not sync, then repair is similar to drop_index and then create index.

Can you share the details of the records which are missing. Also can you share the result of following command ?

  1. aql> stat index <namespace_name>
  2. asinfo -v “statistics”

Thanks