You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2026. It is now read-only.
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?
It seems that there is no ability to create (or delete/update) an index by parts. We would create an indexing cursor like
indexCursorand 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?