|
| Total Answers and Comments: 3 |
Last Update: January 08, 2009 Asked by: rajneeshpandey83 |
|
| | |
|
Submitted by: ggazulas
For a cached lookup the entire rows (lookup table) will be put in the buffer, and compare these rows with the incomming rows.
where as uncached lookup, for every input row the lookup will query the lookup table and get the rows.
Above answer was rated as good by the following members: avneeshrathor | Go To Top
|