mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* Fix delete_page not dropping sequential mmap * In Gridstore Page, support using a single mmap * In Gridstore Page, only open multiple mmaps if supported at runtime * Support opening single mmap in UniversalMmapChunk * Rename environment var, log warning when QDRANT_NO_MULTI_MMAP is set * Support opening single mmap in MmapDenseVectors * Remove unused result response * Import LazyLock