2023 Sep 20 8:44 AM
I have a ABAP CDS view in an ERP backend which uses a union with two selects.
Without the union one select takes about 4 seconds to load the data, the other select about 5 seconds.
With the union the loading takes about 1 Minute. I also tried using "union all", but performance did'nt change.
Does anyone has an idea how I could optimize the performance?
Why does it take so long, when the single selects just take some seconds to load?
2023 Sep 28 9:39 AM
Dear Jens,
We have exactly the same situation, have you found some notes or workarounds?
Any suggestion ? Regards
2023 Sep 28 9:47 AM
What does the SQL trace show for each query alone and for the unionised ones?