Db2 LUW Optimized for SAP Core Data Services

This document provides an overview and optimization tips for SAP Core Data Services (CDS) on IBM Db2 for Linux, UNIX, and Windows. It covers prerequisites, performance optimization techniques, and steps to create an SAP Fiori app with Db2 LUW, enhancing data processing efficiency and user experience. Download the Document

11PUBLIC© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material. ǀDb2 LUW Optimized forSAP Core Data ServicesSAP on IBM Db2 for Linux, UNIX, and WindowsDirk Nakott (IBM), Thomas Rech (IBM), Jens Seifert (IBM)March 2026
22PUBLIC© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material. ǀAgenda01 Prerequisites02 What is ABAP Core Data Services (CDS)?03 Tips for optimizing SAP CDS queries04 Db2 LUW optimized for CDS05 How to create an SAP FIORI app with Db2 LUW
33PUBLIC© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material. ǀPrerequisites
44PUBLIC© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material. ǀYour minimum Db2 LUW level must be 11.1 Modification Pack 1 Fix Pack 1, but we highlyrecommend that you run at least with one of the following Db2 versions: Db2 11.5 and the latest Fix Pack Db2 12.1 and the latest Fix PackPrerequisites
55PUBLIC© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material. ǀWhat is ABAP Core Data Services (CDS)?
66PUBLIC© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictions related to this material. ǀCore Data Services provide a specification for an SQL-based DDL that is enriched with furtherpossibilities like annotations or associations.You can either define sophisticated new views or simply wrap an existing table in a CDS view inorder to enrich it semantically.CDS offers extended joining of tables with associations.You can use annotations to connect existing tables with new technologies like OData, SAP UI5 andSAP Fiori.CDS offers functional extensions, e.g. views with parameters or an integrated client handling whereCLIENT, USER und LANGU will be automatically set as session variables.ABAP CDS is available on all database platforms.Overview: ABAP Core Data Services (CDS)