mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 08:00:55 -05:00
* wip: implement explicit populate and clear_cache functions for all components * fmt * implement clear and populate for vector storages * fmt * implement clear and populate for payload storage * wip: implement explicit populate and clear_cache functions payload indexes * implement explicit populate and clear_cache functions payload indexes * fix clippy on CI * only compile posix_fadvise on linux * only compile posix_fadvise on linux * implement explicit populate and clear_cache functions for quantized vectors * fmt * remove post-load prefault * fix typo * implement is-on-disk for payload indexes, implement clear on drop for segment, implement clear after segment build * fmt * also evict quantized vectors after optimization * re-use and replace advise_dontneed