SAP XS Engine

简介: SAP XS Engine

Maps persistence model in DB to a consumption model exposed to clients via HTTPimage.pngHANA 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.pngBoth 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


image.png

相关文章
|
6月前
|
缓存 安全 JavaScript
SAP 电商云 Automation Engine 关于 HTTP 请求响应头的一些配置
SAP 电商云 Automation Engine 关于 HTTP 请求响应头的一些配置
43 0
|
7月前
|
存储 JavaScript 前端开发
什么是 SAP HANA XS JavaScript
什么是 SAP HANA XS JavaScript
30 0
|
存储 测试技术
SAP 电商云 Spartacus UI SSR 里 engine 和 engine instance 的区别
SAP 电商云 Spartacus UI SSR 里 engine 和 engine instance 的区别
SAP 电商云 Spartacus UI SSR 里 engine 和 engine instance 的区别
|
数据采集 存储 缓存
关于 SAP 产品 UI 的搜索引擎优化 SEO - Search Engine Optimization
这是 Jerry 2021 年的第 52 篇文章,也是汪子熙公众号总共第 329 篇原创文章。 本文的主题也源自 Jerry 团队最近处理的一个客户 incident, 并且与 Jerry 之前的文章 SAP UI渲染模式:客户端渲染 VS 服务器端渲染 介绍的内容密切相关。
157 0
关于 SAP 产品 UI 的搜索引擎优化 SEO - Search Engine Optimization
|
SQL C++
SAP XS Engine
SAP XS Engine
110 0
SAP XS Engine
SAP XS Engine 里的 HANA live report metadata
SAP XS Engine 里的 HANA live report metadata
107 0
SAP XS Engine 里的 HANA live report metadata
SAP 电商云 Spartacus SSR Optimization Engine 几处 timeout 的执行顺序
SAP 电商云 Spartacus SSR Optimization Engine 几处 timeout 的执行顺序
107 0
SAP 电商云 Spartacus SSR Optimization Engine 几处 timeout 的执行顺序
|
1月前
|
前端开发 搜索推荐 开发者
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
SAP UI5 sap.m.Column 控件的 minScreenWidth 属性介绍
27 0