UNION vs UNION ALL, time to fetch first row
It is obvious fact the UNION ALL is faster than UNION. If I measure the time to fetch first row, should the both UNION and UNION ALL should have same performance. That is because it does not need wait finish sorting as anyway it can show data in one data set?