Skip to content

[FEA] Add support of variant merge strategy in CAGRA #663

@rhdong

Description

@rhdong

Need to support various index-merging strategies (currently, only the physical merging strategy is supported).

  • Logical merge via index merging: Enables merging indices without requiring a full index rebuild.
  • Logical merge via query dispatching: Requires a composite_index or logically_merged_index that behaves like a CAGRA (or another supported index) but effectively distributes queries across the underlying indices.
    • In this case, the composite_index or logically_merged_index inheriting from the regular index would be recommended.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions