Description
Currently, the measure for union queries does not take into consideration the optimizations done by the query engine and returns the scan count for each individual query.
It would be better if the optimizations and the actual iterations on the underlying left/right queries are taken into account.