Skip to content

Storing IVF indexes on disk

Matthijs Douze edited this page Jun 23, 2020 · 5 revisions

For large indexes, it is useful to store the index content on disk. This incurs a high runtime penalty compared to standard indexes stored in RAM, but the size of the index can become larger.

The OnDiskInvertedLists object

Building an ondisk index

Clone this wiki locally