Hi Chris
While taking inputs from pipe to fill n/2 pages from left and right pipe
Do we need to create two seperate threads for taking the inputs from
left and right pipe?
and which ever fills first we should write it to disk to tepmp file.
And then do join operation.
Or the buffers are to be filled sequentially ...
that is fill left buffer first and then right .
Regards
Umang