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
The Search indexer is slow when inserting teams due to inserting thousands of teams at a time, one at a time. We should look to use NSBatchInsertRequest for inserting a large number of teams and NSBatchDeleteRequest when deleting a large number of teams.
The Search indexer is slow when inserting teams due to inserting thousands of teams at a time, one at a time. We should look to use
NSBatchInsertRequest
for inserting a large number of teams andNSBatchDeleteRequest
when deleting a large number of teams.Work for this has begun at zorr/batch-search
The text was updated successfully, but these errors were encountered: