随笔分类 -  Infomatica-Best Practices笔记

增量加载(Incremental Loads)
摘要:增量聚集(Incremental Aggregation)PowerCenter Server 运行你增量的修改目标(target),而不是强迫process整个源和重新计算。用增量聚集的条件:Mapping 包含聚集函数;源(source)只做增量的改变;增量的改变能被捕捉。如果用时间戳等。不用增量聚集的情况:不能捕捉到新的源数据源数据的改变会导致很多的目标数据的改变,如改变超过半数的目标数据,... 阅读全文
posted @ 2010-12-02 15:15 aaron.chen 阅读(1725) 评论(0) 推荐(0)
Development FAQs
摘要:性能——flat file 比数据库快。Fixed-width 文件比delimited 文件快,因为delimited文件需要解析(parsing)。如果是很复杂的传输,那么建议先把flat file导到关系型数据库,再通过mappings访问数据库,因为这样可以用自定义select SQL 语句进行过滤。Mapping——一个mapping 可以... 阅读全文
posted @ 2010-12-01 15:08 aaron.chen 阅读(175) 评论(0) 推荐(0)
AIX Tips
摘要:AIX: IBM’s AIX Unix operation system.Create UsersIf the source, target or repository databases are on IBM UDB, you will need to use operating system user id's as the database id's. Your AIX syst... 阅读全文
posted @ 2010-11-19 17:20 aaron.chen 阅读(263) 评论(0) 推荐(0)
Configuration Management
摘要:1.1 Migration Procedures这里的迁移是指从开发、测试到QA和生产(production)等阶段的迁移过程。最佳迁移策略的决定因素:怎样设计PowerCenter repository 环境?是为每个阶段创建各自独立的repositories,还是为多个阶段共享一个或多个repositories。怎样定义文件夹架构?1.1.1 Repository environments: ... 阅读全文
posted @ 2010-11-19 17:17 aaron.chen 阅读(285) 评论(0) 推荐(0)