SAP XS Engine

简介: Maps persistence model in DB to a consumption model exposed to clients via HTTP

image.png

HANA system is identified by a system id (SID)

HANA instances are identified by instance ids (IID)

XS engine and statistics server only exist once per system


image.png

Both the index server and XS engine can store application specific code. So what’s the difference?


Index server


•All data-intensive calculations that need to be done close to data in index server (using SQLScript, modeled views, L procedures, C++).


XS engine


•Just provides consumption model for client apps (non-performance-critical tasks, invokes views and stored procedures that are executed in the index server).

XS engine is similar to an index server without data stores and with an XS layer on top


When XS layer needs to access data:


1.Opens a local DB connection and sends an SQL statement to the local SQL proc.

2.SQL proc determines location of data and delegates execution to index server that has the data.


image.png


相关文章
|
12月前
|
Web App开发 开发框架 前端开发
SAP Fiori Elements 应用中 table id 的生成逻辑
SAP Fiori Elements 应用中 table id 的生成逻辑
SAP UI5 Form 和 Simple Form 的设计规范
SAP UI5 Form 和 Simple Form 的设计规范
|
SQL C++
SAP XS Engine
SAP XS Engine
127 0
SAP XS Engine
SAP XS Engine 里的 HANA live report metadata
SAP XS Engine 里的 HANA live report metadata
127 0
SAP XS Engine 里的 HANA live report metadata
SAP Fiori Elements - Smart table add button debug 2 setDirty
SAP Fiori Elements - Smart table add button debug 2 setDirty
125 0
SAP Fiori Elements - Smart table add button debug 2 setDirty
|
JSON Go 数据格式
How to create extension project from standard CRM Fiori application
How to create extension project from standard CRM Fiori application
130 0
How to create extension project from standard CRM Fiori application
primary key in ABAP and Hybris
primary key in ABAP and Hybris
76 0
primary key in ABAP and Hybris
Launchpad services provided in HANA XS in multitenant
Launchpad services provided in HANA XS in multitenant
108 0
Launchpad services provided in HANA XS in multitenant