SAP XS Engine

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

SAP XS Engine

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

SAP XS Engine

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.

SAP XS Engine
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP XS Engine

上一篇:【HANA系列】【第一篇】SAP HANA XS使用JavaScript数据交互详解


下一篇:C#练习题答案: 简单加密#3 - 转动比特【难度:3级】--景越C#经典编程题库,1000道C#基础练习题等你来挑战