meilisearch v1.19.0 版本更新介绍
发布日期: 2025-08-25
版本号: v1.19.0
新版本Meilisearch推出了企业版专属的自动分片功能,支持通过分片将文档自动分布到多个实例以实现水平扩展;同时修复了容器内存计算的缺陷。
更新内容 (中文)
🚀 增强功能
自动分片以实现水平扩展
Meilisearch 现可通过新的分片功能在多个实例间自动分配文档。
请参考文档了解分片实现指南。
[!NOTE]
分片是Meilisearch 企业版 (EE) 专有的高级功能。企业版功能受 商业源代码许可证 1.1 管理,允许您在非生产环境中免费使用、测试和开发分片功能。在生产环境使用前请联系我们。
由 @dureuill 在 #5784 中新增
🐛 错误修复
- 计算最大可用内存时采用容器允许的最大内存值 (#5729) @martin-g
❤️ 衷心感谢贡献者:@Kerollmops、@dureuill 和 @martin-g。
更新内容 (原始)
🚀 Enhancements
Automatically shard documents to scale horizontally
Meilisearch can now automatically distribute documents between multiple instances using the new sharding feature.
Find a guide on implementing sharding in the documentation.
[!NOTE]
Sharding is an advanced feature available exclusively in Meilisearch Enterprise Edition (EE).The EE features are governed by the Business Source License 1.1, which allows you to use, test, and develop with sharding for free in non-production environments. Please reach out to us before using it in production.
Added in #5784 by @dureuill
🐛 Bug Fixes
- Takes the allowed max memory of the container when computing the max memory to use (#5729) @martin-g
❤️ Huge thanks to our contributors: @Kerollmops, @dureuill and @martin-g.