Creating a Rebuild Match Tables Job
Learn how to create a Rebuild Match Tables job in Tenant Management, including the optional FERN vectorization step.
The Rebuild Match Tables job recalculates potential matches for a tenant based on the current match rules. Run this job when you need potential matches to reflect recent changes; for example, after loading data or updating match rules.
If your tenant uses FERN for AI-powered matching, the Rebuild Match Tables job includes vectorization by default to update vector data before the rebuild starts. You can turn off vectorization if vectors are already up to date.
Prerequisites
Before you create a Rebuild Match Tables job, make sure you have the following permissions and access:
-
Permission to update the L3 tenant configuration using the Configuration API
-
ROLE_ADMIN_TENANTrole to run the Rebuild Match Table task from Console -
Access to the Tenant Management application in Console
The job rebuilds the match table for the selected entities based on the current match rules, so that new or changed data is considered during matching. The result depends on the parameters you selected:
-
AI-powered vectorization on: The job checks whether vectorization is needed. If needed, the job runs vectorization first and starts the rebuild only after vectorization completes successfully. If not needed, the job proceeds directly to the rebuild.
-
AI-powered vectorization off: The job rebuilds the match table without running vectorization.
-
Delete Old Column Families on: The job deletes existing column families before rebuilding. Distributed on: The job splits work across the number of parts set in Job parts count.
Verification steps
-
Check the job status in Tenant Management to confirm the job completed successfully.
-
If AI-powered vectorization was on and vectorization ran, check the Completed tab for these jobs in execution order:
- AI vectorization task
- AI vectorization worker task
- Rebuild match table
-
Review potential matches in Hub to confirm they reflect the current match rules and, if applicable, current vector data.
For API parameter names and additional options not available in Console, see Rebuild Match Table Task.