Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Which type of load is preferred to load data from previously loaded data?
Previously loaded in the same script run? Resident?
You might want to expand a little on your requirement.
is this resident load?
is it Previous load?
is it peek load?
Can you please bit elaborate the requirement?
A preceding load prefer over Resident load to while loading data from previously loaded data. Preceding is faster method to use than Resident load as it does not require a location qualifier. Also, using the Preceding load, you can apply multiple calculations and transformations through stacking up LOAD statements.