Unify and manage your data

Remove Overcollisioned Tokens

Task to remove overcollisioned tokens.

This task removes all over-collisioned match tokens from the MATCH_TOKEN table and fixes the MATCH_DOCUMENTS table.

Stop and Pause actions are supported. In case of pause, the task starts from the beginning.

Note: Match tables must be rebuilt after RemoveOvercollisionedTokens task is completed.

Requests

Administrator role is required:

POST {ApplicationURL}/removeOvercollisionedTokens

Tenant administrator role is required:

POST {ApplicationURL}/api/{tenantId}/removeOvercollisionedTokens
Table 1. Parameters
ParameterRequiredDescription
tenantId Yes ID of the tenant to remove over-collisioned Tokens.
remove YesSet this parameter to true to remove over-collisioned tokens.
distributedNo
If set to true, the task runs in distributed mode. Default value is false. For more information, see Distributed mode.
taskPartsCountNo
Specifies the maximum number of sub-tasks for distributed execution. The platform determines the optimal number based on performance limits. Default value is 2.
Note: This parameter is only applicable when distributed=true. Otherwise, it s ignored.
modeNoSet this parameter to ITERATING_MATCH_DOCUMENTS to check the Match documents table for over collisioned tokens or ITERATING_MATCH_TOKENS to check the Match tokens table for over collisioned tokens. When this parameter is not set, both the checks are done.