MAX CORE in JOIN in Abinitio | in memory join in abinitio
MAX CORE in JOIN in Abinitio | in memory join in abinitio case when all non driving data size is <=max_core all non-driving data will be read and placed in max_core (private memory) while doing so it creates an index of the input records to quickly locate the records driving input record is read , if it find the match in-memory then output rec produced and marked for later use that match found at least once if not found match then based on the join type it may go in unused port or produce output with appropriate values Once all driving records are read , and keys matched in memory then output produced else based o...