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?