ab initio - In AbInitio, will join take the same time to process matched records as that of unmatched one? -


in abinitio etl tool, if there inner join component , million records matched on keys, there simple transformation logic in join , rejected records collected process further.

will join take same time process records if matched compared unmatched?

in general, everything, run test, , see.

if think it, having records joined should run faster compared no joins. reason being once join, can discard (inner) records, , not prescient in next iteration of trying find match. resulting in less computational workload.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -