All are used for temporary storage of data.
Is there a difference in performance ( time complexity and space complexity ) for these three types of temporary table?
Performance should depend on whether the result is stored on disk or in memory.
I searched, but did not get satisfactory answers.
source
share