Skip to content

Follow up on API design discussion for multi-partition CAGRA search #2281

Description

@jamxia155

#2035 introduces multi-partition CAGRA search by overloading the search API in the CAGRA public header. A discussion on the PR suggests creating a new multi-partition index class that provides an abstraction for a collection of indices to be searched together:

template <typename BaseIndex>
struct multi_partition_index {
  std::vector<BaseIndex> partitions;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Todo
    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions