Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Incremental Indexing: Support for incremental changes to index when new data is added #29

@apoorvedave1

Description

@apoorvedave1

Describe the issue

Currently when new data is added, the indexes become obsolete. The only way to make them usable is through the refresh() api which recreates complete index from scratch. Add functionality to support creation of indexes only on additional new data instead of recreating from scratch.

Expected behavior

New additional data to old data doesn't require rebuilding of indexes on complete data. Only additional data gets indexed

Intermediate issues and PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    advanced issueThis is the tag for advanced issues which involve major design changes or introductionenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions