in reply to Re: Parllel Processing Database Query
in thread Parllel Processing Database Query

Just a related comment. When using ETL tools (e.g. Informatica, Ab Initio, Teradata, Talend, etc), the best practice is to do your joins, computations in those tools because you get the benefit of massively parallel processing.

The exception would be if you have a parallel database engine like Netezza.

  • Comment on Re^2: Parllel Processing Database Query