Basic architecture of the SAP HANA engine

SAP HANA has different engines to process different views. It has the following engines:

  • JOIN engine: This engine is for processing the JOINS (all type of joins)/attribute views
  • OLAP engine: This engine is used to process analytical view
  • CALCULATION engine: This engine is used to process complex calculation that cannot be processed by the JOIN or OLAP engine

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 ...

Get Real Time Analytics with SAP HANA now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.