Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

It seems that there is no partial index re-building #51

Description

@vporton

It seems that there is no ability to create (or delete/update) an index by parts. We would create an indexing cursor like indexCursor and pass it to indexing function together with a number of items to index in a single run. Thus we would create an index tree by parts.

It is important when full index create (or delete) requires more cycles than allowed on canister upgrade. I think, this is better for that than sharding, because sharding creates problems with indexing.

Please confirm or disconfirm: Both ChatGPT and Google told me that the above feature is already available, but in fact there is not (yet) partial index update. Is this feature planned?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions