Skip to content

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?

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