What’s New In Milvus 2.2.4
We are proud to announce the release of Milvus 2.2.4 on behalf of the Milvus community. The 2.2.4 release contains a few new features and many improvements. This blog post will highlight some of the more prominent features. For a complete list of changes, check the release notes.
- 📦 PyPI: https://pypi.org/project/milvus/
- 📚 Docs: https://milvus.io/docs
- 🛠️ Release Notes: https://milvus.io/docs/release_notes.md#224
- 🐳 Docker Image: docker pull milvusdb/milvus
- 🚀 Release: https://github.com/milvus-io/milvus/releases/tag/v2.2.4
One of the highlights of this release is the introduction of resource grouping for QueryNodes. Resource grouping means isolating specific query nodes from others, providing better resource management and improved performance. With resource grouping in a multi-tenant scenario, you can allocate an appropriate number of query nodes to each tenant so that the operations within each resource group are physically independent of those in other resource groups.
In addition, there were several enhancements added to the following features:
- Collection renaming — You can now rename a Collection using the collection-renaming API.
- Google Cloud Storage support — Milvus now supports Google Cloud Storage as the object store for your unstructured data.
- New option
(kwargs: ignore_growing)for both the search and query APIs — If you are more concerned with performance than data freshness, enabling this option will skip search on all growing segments and offer better search performance under the scenario search with insertion. You can find more information about segment compaction in this blog.
Please note that there are several bug fixes and performance enhancements in the Milvus 2.2.4 release, so check out the release notes for more details.
Summary
In addition to all of the features listed above, Milvus 2.2.4 includes several bug fixes and improvements. To learn more:
- See the release notes for version 2.2.4 for the complete list of changes
- Download Milvus and get started
Keep Reading

Announcing the General Availability of Zilliz Cloud BYOC on Google Cloud Platform
Zilliz Cloud BYOC on GCP offers enterprise vector search with full data sovereignty and seamless integration.

Vector Databases vs. Object-Relational Databases
Use a vector database for AI-powered similarity search; use an object-relational database for complex data modeling with both relational integrity and object-oriented features.

What is the K-Nearest Neighbors (KNN) Algorithm in Machine Learning?
KNN is a supervised machine learning technique and algorithm for classification and regression. This post is the ultimate guide to KNN.



