How to avoid multiple database lookups in PDI..
I wanted to lookup single column value with multiple tables columns and retrieve each table id values..
Which is good for performance reason either i have to do in query level writing inline queries or multiple database lookup steps in PDI..
Any suggestions
I wanted to lookup single column value with multiple tables columns and retrieve each table id values..
Which is good for performance reason either i have to do in query level writing inline queries or multiple database lookup steps in PDI..
Any suggestions