- Real Time Analytics with SAP HANA
- Vinay Singh
- 200字
- 2021-07-09 21:20:53
Basic architecture of the SAP HANA engine
SAP HANA has different engines to process different views. It has the following engines:
It is the SQL optimizer, which sees the models and queries and decides which engine to call.
Any analytic view or attribute view with a calculate attribute will be processed as a calculation view. This should to be taken into consideration during modeling, because it can have a measurable impact on the performance of the data model. Different engines cooperate among themselves as well.
The following figure shows the SAP HANA engines processing different views:

Other than the preceding illustrated engines, we do have a planning engine as well in SAP HANA. The planning engine, allows financial planning applications to execute basic planning operations in the database layer. For example, one such basic operation is to create a new version of a dataset as a copy of an existing one while applying filters and transformations.
- 深入理解Android(卷I)
- 編程的修煉
- Photoshop智能手機APP UI設計之道
- Oracle從新手到高手
- C# 從入門到項目實踐(超值版)
- MySQL數據庫管理與開發(慕課版)
- 深入淺出PostgreSQL
- 劍指Java:核心原理與應用實踐
- R用戶Python學習指南:數據科學方法
- 零基礎學C語言程序設計
- Vue.js光速入門及企業項目開發實戰
- Clojure Polymorphism
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Mastering Apache Camel
- Web前端開發技術:HTML、CSS、JavaScript