Difference Between BW, BW On HANA and Native HANA
Difference Between BW, BW On HANA and Native HANA
Native HANA means in general that the code has been developed on HANA and
specifically for HANA. For example BW has coding which can run on all databases which
are certified for BW, and new code developed specifically for HANA = HANA native. Or
another example, HANA studio is a native HANA application.
HANA enterprise is a license version of HANA. You can buy runtime licenses to run BW
on HANA for example, and you can buy the enterprise license, which is a very
comprehensive license to use many HANA capabilities. Please see your SAP account
executive or SAP partner for details.
Column Table: The column tables stores data in a columnar (vertical) fashion. The
column tables are the most suitable objects and are set as the default table type in SAP
HANA. That is all the tables that get replicates, save as column tables. Also, column
tables are fast in accessing and occupies less storage space as they are highly
compressed.
Type Table: The type tables are specifically for passing parameters and used when a
user creates a calculation view using SQL statements.
2. Analytic views in SAP HANA are optimized for aggregating mass data. Because the
database is so fast, it’s not necessary to store aggregates in the database; rather, you
aggregate on the fly in memory. Analytic views construct a central master “fact table” with
key figures. You can use expressions, operators, and functions to analyse this data.
3. Calculation views provide a way to do flexible, complex logic in the database. They are
built on top of one or more analytic or attribute views and allow you to do calculations
after aggregation and grouping. Calculations are generally done after grouping at the
attribute level and after aggregation at the analytic level.
4. Different Types of Engines
Join Engine:
The join engine is also used, when you run plain SQL.
OLAP Engine:
Calculation Engine:
Used for Analytic views with calculated attributes and Calculation views