CDS: CDS Performance Analysis
CDS Performance Analysis: CDS Views operate on the code pushdown framework where the data intensive calculations/aggregations are done in the DB layer (as opposed to the traditional application layer), which provides a boost to performance. Everyones expectation is that with the code pushdown the magic should happen every time. The performance should always be better if not optimized. But friends in real project scenarios, everything is not a happy path. There have been instances where the query does not provide the expected performance uplift. In this multi-part series, we will first look at analyzing the performance of the underlying query and then articulate different ways to tune it. The internet is flooded with Core Data Services, but you will hardly find any good tutorials or series on Optimization and Performance Tuning of ABAP Core Data Services. Hopefully, this series will help our SAP Fraternity. Basics First. ABAP C...