Home » Interview » Technology

Explain about various caches available in Data Integrator

Correct Answer: NO_CACHE – It is used for not caching values PRE_LOAD_CACHE – Result column preloads and compares the column into the memory, prior to executing the lookup PRE_LOAD_CACHE is used when the table can exactly fit in the memory space DEMAND_LOAD_CACHE – Result column loads and compares the column into the memory when a function performs the execution DEMAND_LOAD_CACHE is suitable while looking up the highly repetitive values with small subset of data

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion