zoukankan      html  css  js  c++  java
  • SSIS ->> Data Flow Design And Tuning

    Requirements:

    • Source and destination system impact
    • Processing time windows and performance
    • Destination system state consistency
    • Hard and soft exception handling and restartability needs
    • Environment architecture model, distributed hardware, or scaled-up servers
    • Solution architecture requirements, such as flexibility of change or OEM targeted solutions
    • Modular and configurable solution needs
    • Manageability and administration requirements

    Data Flow Design Practices 

    • Limit synchronous processes.
    • Monitor the memory use of blocking and semi-blocking transformations.
    • Reduce staging and disk I/O.
    • Reduce reliance on an RDBMS.

    Leveraging the Data Flow

    Data Integration and Correlation 

    Data Cleansing and Transformation 

    Troubleshooting Data Flow Performance Bottlenecks

    The pipeline execution reports (reviewed earlier in the chapter) are a great way to identify which component in your Data Flow is causing a bottleneck. Another way to troubleshoot Data Flow performance is to isolate transformations and sources by themselves. 

    Windows Performance Monitor

  • 相关阅读:
    达梦常用命令
    sqlserver命令
    db2常用命令
    docker常用命令
    linux常用命令
    vim常用命令
    cpu、内存、io、内存、负载
    3.系统状态监控
    10 innodb之关键特性刷新邻接页
    9 innodb关键特性之自适应哈希索引03
  • 原文地址:https://www.cnblogs.com/jenrrychen/p/4744988.html
Copyright © 2011-2022 走看看