Download Latest Version v1.24.0 source code.tar.gz (19.9 MB)
Email in envelope

Get an email when there's a new version of Meilisearch

Home / v1.23.0
Name Modified Size InfoDownloads / Week
Parent folder
meilisearch-macos-apple-silicon 2025-10-13 125.0 MB
meilisearch-macos-amd64 2025-10-13 128.5 MB
meilisearch-windows-amd64.exe 2025-10-13 130.0 MB
meilisearch-linux-aarch64 2025-10-13 130.6 MB
meilisearch.deb 2025-10-13 85.7 MB
meilisearch-linux-amd64 2025-10-13 133.7 MB
meilisearch-openapi.json 2025-10-13 468.1 kB
README.md 2025-10-13 3.0 kB
v1.23.0 source code.tar.gz 2025-10-13 19.9 MB
v1.23.0 source code.zip 2025-10-13 20.9 MB
Totals: 10 Items   774.8 MB 0

This release introduces a new compact route on the index routes, which appends a new compaction task to the queue. Meilisearch uses an LMDB environment by index, and indexes start to fragment after some time. We have noticed that the indexes generally have 30% fragmentation. By defragmenting the environment, we've seen large (2-4x) speed-ups in terms of search and indexation. This is primarily due to the reordering of the LMDB internal pages and the removal of scattered free pages throughout the file, thereby relocating the content to the beginning.

We also worked on parallelizing the post-processing of facets. We noticed that a lot of time was spent iterating over the prefixes of the index in a single-threaded loop. We redesigned this part of the indexation to make it multi-threaded. We have seen a 4x and 6x improvement in terms of time spent on this operation.

✨ Improvements

🦋 Bug Fixes

🔩 Miscellenaous

New Contributors

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.22.1...v1.23.0

Source: README.md, updated 2025-10-13