Start a new topic
Answered

How to update Golden data for a Fuzzy matched entity using SQL by enabling only Post Consolidation Enrichment

Hi All,


We have a requirement where we need to only update few attributes using the post consolidation enrichers for golden records alone. The post consolidation enrichers calling REST Clients to update these few attributes and they are taking time, so we are trying to separate them out from regular data load and do this on weekly basis.


Am looking for options to achieve this in Semarchy. Please help me with your inputs to implement this.


Appreciate your inputs and response.


Thanks,

Vinoth


Best Answer

Hello Vinoth,


as you opened a ticket for this same question, let me track the answer from our Professional Services team here :

They do not believe you can isolate a single or set of enrichers for a given job. However, they did provide some ideas to increase your API call performance.

1. Use an enricher cache with a time-to-live of one week

  • This will make the calls single-threaded
  • However, it may be faster as it reduces the number of calls
2. Increase the thread count used for the enricher to increase parallelization

Best regards,

Stéphanie.

1 Comment

Answer

Hello Vinoth,


as you opened a ticket for this same question, let me track the answer from our Professional Services team here :

They do not believe you can isolate a single or set of enrichers for a given job. However, they did provide some ideas to increase your API call performance.

1. Use an enricher cache with a time-to-live of one week

  • This will make the calls single-threaded
  • However, it may be faster as it reduces the number of calls
2. Increase the thread count used for the enricher to increase parallelization

Best regards,

Stéphanie.

Login to post a comment