Data Engineer wants to analyze query performance & looking out for profiling information, He went to
Query/Operator Details also called Profile Overview of Query Profile Interface & searching for statistics
attributes around I/O. Which of the following information he can’t get from there?
Michael, a Data Engineer Running a Data query to achieve Union of Data sets coming from Multi-ple data
sources, later he figured out that Data processing query is taking more time than expected. He started
analyzing the Query performance using query profile interface. He discovered & realized that he used UNION
when the UNION ALL semantics was sufficient.
Which Extra Data Processing Operator Michael figured out while doing query profile analysis in this case
which helps him to identify this performance bottlenecks?