Versions Compared

Key

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

Image Added

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)

...

       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 

...