DQS Cleansing Task performance issue

Surendra 1 Reputation point
2021-08-11T07:51:12.137+00:00

The DQS cleansing SSIS task used to run for 5 minutes. But suddenly it is running for more than 30 minutes. There is no change in the data as well as structure. The DQS cleansing tasks in all ETL jobs has the same issue. We suspect it might be cache issue but not sure how to proceed further. Please let us know if you have any solution

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
SQL Server | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-08-12T06:03:27.207+00:00

    Hi @Surendra ,

    There is a little message for us to analyze the issue.

    You may enable the SSIS logging to find where is the bottleneck of the performance issue. Is it on source/ destination/ transformation ?

    In the meantime, we could check the perform result of the ssis process contributes to the most CPU/memory on the server.

    integration-services-ssis-logging

    performance-counters

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October

    0 comments No comments

  2. Ricardo Silva 6 Reputation points
    2024-01-17T18:51:46.61+00:00

    Try cleaning the Project logs table. Every time the DQS component is invoked in a SSIS job, it will create log entries in the DQS_PROJECTS database. There is a script available in some sites that can be placed in a SQL job to periodically clean up the tables avoiding issues like this.
    Also, include the DQS databases in your maintenance routine.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.