Constant INDEX_AUXILIARY_FILE_NAME

Source
pub const INDEX_AUXILIARY_FILE_NAME: &str = "auxiliary.idx";
Expand description

The name of the auxiliary index file.

This file is used to store additional information about the index, to improve performance.

  • For ‘IVF_HNSW’ index, it stores the partitioned PQ Storage.