用核心数据服务弥合关系数据和应用程序级业务对象之间的语义差距:特邀演讲

Stefan Bäuerle, Alexander Böhm
{"title":"用核心数据服务弥合关系数据和应用程序级业务对象之间的语义差距:特邀演讲","authors":"Stefan Bäuerle, Alexander Böhm","doi":"10.1145/3122831.3130988","DOIUrl":null,"url":null,"abstract":"Bringing computations close to the data source is one of the key concepts of high-performance database management systems. This specifically holds true for state-of-the-art systems like HyPer, Microsoft SQL Server, or SAP HANA that are making efficient use of modern hardware by exploiting in-memory storage, vector instructions, and sophisticated algorithms for query optimization and execution. To benefit from the capabilities of these systems, it becomes increasingly important for business applications to efficiently push their data-intensive parts to the DBMS. Capturing and communicating the computational intent from the application to the DBMS is often not trivial, as the DBMS is either abstracted away using object-relational mapper interfaces like Hibernate, or as the language mismatch between imperative, object-oriented languages like Java and the declarative, SQL-based query processing makes it difficult for developers to express non-trivial database operations. In this presentation, we discuss how some of these issues can be tackled using the Core Data Services (CDS) framework that is both supported by SAP's HANA data-base and the Netweaver application server stack. By combining concepts from declarative query languages like SQL and XPath with functionality developers are familiar with from object-oriented languages or even aspect-oriented programming (i.e. the \".\"-operator for member access and the concept of annotations), CDS enables to express complex business logic with only a few lines of code - where equivalent SQL statements span multiple pages instead (see Figure 1 below for an example).","PeriodicalId":211031,"journal":{"name":"International Workshop/Symposium on Database Programming Languages","volume":"160 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Bridging the semantical gap between relational data and application-level business objects with core data services: invited talk\",\"authors\":\"Stefan Bäuerle, Alexander Böhm\",\"doi\":\"10.1145/3122831.3130988\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Bringing computations close to the data source is one of the key concepts of high-performance database management systems. This specifically holds true for state-of-the-art systems like HyPer, Microsoft SQL Server, or SAP HANA that are making efficient use of modern hardware by exploiting in-memory storage, vector instructions, and sophisticated algorithms for query optimization and execution. To benefit from the capabilities of these systems, it becomes increasingly important for business applications to efficiently push their data-intensive parts to the DBMS. Capturing and communicating the computational intent from the application to the DBMS is often not trivial, as the DBMS is either abstracted away using object-relational mapper interfaces like Hibernate, or as the language mismatch between imperative, object-oriented languages like Java and the declarative, SQL-based query processing makes it difficult for developers to express non-trivial database operations. In this presentation, we discuss how some of these issues can be tackled using the Core Data Services (CDS) framework that is both supported by SAP's HANA data-base and the Netweaver application server stack. By combining concepts from declarative query languages like SQL and XPath with functionality developers are familiar with from object-oriented languages or even aspect-oriented programming (i.e. the \\\".\\\"-operator for member access and the concept of annotations), CDS enables to express complex business logic with only a few lines of code - where equivalent SQL statements span multiple pages instead (see Figure 1 below for an example).\",\"PeriodicalId\":211031,\"journal\":{\"name\":\"International Workshop/Symposium on Database Programming Languages\",\"volume\":\"160 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2017-09-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"International Workshop/Symposium on Database Programming Languages\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1145/3122831.3130988\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"International Workshop/Symposium on Database Programming Languages","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/3122831.3130988","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

使计算接近数据源是高性能数据库管理系统的关键概念之一。这尤其适用于最先进的系统,如HyPer、Microsoft SQL Server或SAP HANA,这些系统通过利用内存存储、矢量指令和复杂的查询优化和执行算法,有效地利用了现代硬件。为了从这些系统的功能中获益,业务应用程序将其数据密集型部分高效地推送到DBMS中变得越来越重要。从应用程序捕获计算意图并将其传递给DBMS通常不是一件简单的事情,因为DBMS要么是使用对象关系映射器接口(如Hibernate)抽象出来的,要么是命令式的面向对象语言(如Java)与声明式的基于sql的查询处理之间的语言不匹配,这使得开发人员难以表达重要的数据库操作。在本演讲中,我们将讨论如何使用SAP的HANA数据库和Netweaver应用程序服务器堆栈同时支持的核心数据服务(CDS)框架来解决其中的一些问题。通过将声明性查询语言(如SQL和XPath)中的概念与开发人员熟悉的面向对象语言甚至面向方面编程(即“。”(用于成员访问和注释概念的操作符),CDS支持只用几行代码来表达复杂的业务逻辑——其中等价的SQL语句跨越多个页面(参见下面的图1中的示例)。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Bridging the semantical gap between relational data and application-level business objects with core data services: invited talk
Bringing computations close to the data source is one of the key concepts of high-performance database management systems. This specifically holds true for state-of-the-art systems like HyPer, Microsoft SQL Server, or SAP HANA that are making efficient use of modern hardware by exploiting in-memory storage, vector instructions, and sophisticated algorithms for query optimization and execution. To benefit from the capabilities of these systems, it becomes increasingly important for business applications to efficiently push their data-intensive parts to the DBMS. Capturing and communicating the computational intent from the application to the DBMS is often not trivial, as the DBMS is either abstracted away using object-relational mapper interfaces like Hibernate, or as the language mismatch between imperative, object-oriented languages like Java and the declarative, SQL-based query processing makes it difficult for developers to express non-trivial database operations. In this presentation, we discuss how some of these issues can be tackled using the Core Data Services (CDS) framework that is both supported by SAP's HANA data-base and the Netweaver application server stack. By combining concepts from declarative query languages like SQL and XPath with functionality developers are familiar with from object-oriented languages or even aspect-oriented programming (i.e. the "."-operator for member access and the concept of annotations), CDS enables to express complex business logic with only a few lines of code - where equivalent SQL statements span multiple pages instead (see Figure 1 below for an example).
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信