MAX_CORE for Abinitio , sort algorithm for SORT component in abinitio
MAX_CORE for Abinitio , sort algorithm for SORT component in abinitio
How SORT sorts the data
a.1 sort area ---> temp on disk which is sorted
a.2 buffer area for more input records
buffer-size is 1/3 of max core ( if max_core is 100 MB the each buffer is approximatly 33 MB)
so normally only 2 buffer are used the , 3rd buffer is not used(Reserved) but in rare circumstances it may be used.
Spillage:
so in normal cases every input record read from will be placed in some temp file on disk
therefore the spillage is equal to the size of the input data
a.3 once all temp files got created , the sort algo , reads them all and try merging and produce the final output.
For More Abinitio, AWS, Database content please visit my youTube channel.
https://www.youtube.com/@datapundit
@datapundit
Comments
Post a Comment