Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

Note: the v2.2 is delayed to 2022.10.30

Stability improvement

Stabilitiy is the first priority of milvus for now.

The community decide to improve stability to a new step in the next major release, including:

  1. Refactor Rootcoord to support idempotent retry of all DDL actions
  2. Refactor Querycoord to solve the issues of loading collection error and failure recovery
  3. Refactor IndexCoord and refine index build process
  4. Support coordinator active/standby switch
  5. Increase the UT coverage for all coordinator and Knowhere execution engine to 90%
  6. Figure out some major memory issues.
  7. Add fully e2e test for Java and Golang SDKs.
  8. Support Quota to avoid overload the cluster

Major functionalities 

Image Removed

Major functionalities

Change data capture

...

Search by ID

         Given a entity ID, search for the closest TOP N of this entitySegment LRU load

        If data/index size is too large to fit in memory, support to load segment in LRU mode from disk.

Support alter collection attribute/schema

        Alter collection to update attributes such as replica number, compression or add one field to collection

Vector Range Search (search by distance)

...

        Support Faiss GPU index building and search.

Disk INDEX

        Support DiskANN as on disk index

RBAC Support

       Role based access control, See design of MEP29

Data backup

       Support data backup and restore, help you to keep your data safe

Enhancement

Refactor collection Alias

...

      Performance boost on scalar filtering .and vector comparison

Others 

Observability

        Refine Log and Error message 

Support more vector index such as diskANN(Optional)

Monitoring

        Support open tracing in MilvusAuto Scalar(Optional)