cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CDS view vs ABAP Open SQL performance

Former Member
11,351

Is CDS view increases the performance compares to OPEN ABAP SQL? If so how?

Is Select * statement on CDS view degrading the performance or it yield same performance as Select * in normal ABAP Open SQL?

Please let know

View Entire Topic
anversha_s
Active Contributor
0 Likes

Regarding CDS view with SQL functions vs ABAP Open SQL performance -- My observation is code push down through CDS will improve the performance. Please refer my blog. How ever from AS 7.5 onwards there will not be any major difference as it varies based on the business scenarios

https://blogs.sap.com/2017/10/26/how-fast-is-abap-core-data-servicecds/