Optimization of ETL Execution by pipelining method(ETL执行的流水线优化)

<iframe align="center" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog336280.html" frameborder="0" width="336" scrolling="no" height="280"></iframe>
摘要 ETL 工具是构建和维护数据仓库的基本构件,由于它处理的是海量数据,如何有效地加快响应时间成为值得研究的问题。本文提出了 ETL 过程的“主表衍生”模式,并针对这种模式采用流水线算法来提高并行性从而加快 ETL 过程的响应时间,理论分析和实验表明具有好的效果。


你可能感兴趣的:(method)