Page 1 of 1

Multinode Processing

Posted: Thu Apr 12, 2007 3:10 am
by amitkav
If we are using multi node configuration file in DS job, for Join Stage shouldn't we partition the incoming links in HASH mode and on the same key ?

Also if Join Stage has all the links coming from Database tables then from perfomance point of view is it a better idea to use Database Stage with Query having all the required tables with proper SQL joins instead of Join Stage ?

Posted: Thu Apr 12, 2007 5:59 am
by gbusson
1- Yes, hash and partition is a good practice. modulus is also useful if the key is an entire.

2- Try the 2 solutions. If your database is powerful and your indexes well set , you can make your SQL query.