BW supports many databases, including Oracle, MS SQL Server, DB2 and now HANA. Using BW on HANA means that no other database is required.
SAP BW is also specially optimized for HANA above and beyond its optimization for other databases. BW does have database-specific optimizations for other databases -- for example, it supports DB2's clustering concept for very large tables, whereas most other databases use a partitioning concept to handle this scenario -- but the situation with SAP HANA goes above and beyond. Activities like the activation step for DataStore Objects, or DSOs, and certain types of transformations are functionally the same on HANA as on other databases, but the actual processing has been moved into HANA rather than happening on the BW application server as it does with other databases. This cuts down on data movement, making it possible to execute these activities much faster with BW on HANA.
Other features are available only with BW on HANA. For example, the Open ODS View concept is a way to overlay such BW semantics as security and the BW analytic engine on data that is stored in tables outside of the BW system. However, Open ODS Views are enabled in BW only if it is running on top of the HANA platform, and is not available on other database platforms.
The exact features available, as well as the question of whether they are executed on HANA vs. the BW application server, changed between NetWeaver BW release 7.3 and release 7.4, so check on individual features if you are looking at BW on HANA using the 7.3 platform.
Ans: With availability of Multi-Core CPUs, higher CPU execution speeds can be achieved.
Also, HANA Column-based storage makes it easy to execute operations in parallel using multiple processor cores.
In a column store data is already vertically partitioned. This means that operations on different columns can easily be processed in parallel. If multiple columns need to be searched or aggregated, each of these operations can be assigned to a different processor core.
In addition, operations on one column can be parallelized by partitioning the column into multiple sections that can be processed by different processor cores. With the SAP HANA database, queries can be executed rapidly and in parallel.
Ans: DIM ID: are used to connect fact tables and dimension tables
Ans: A structure consisting of InfoObjects without persistence for connecting two transformations
Ans: initialize opening balance in R/3 (S278)
activate extract structure MCO3BFO for data source 2LIS_03_BF
set up historical material documents in R/3
load opening balance using data source 2LIS_40_S278
load historical movements and compress without marker update.
set up V3 update
load deltas using 2LIS_03_BF.
Ans: These cubes are used for both read and write; standard cubes are optimized for reading. The transactional cubes are used in SEM.
Give example data sources supporting this?
2LIS_03_BF and 2LIS_03_UM
Ans: Any system that is sending data to BW like R/3, lat file, oracle database or external systems.
Ans: This is to distribute data per time; for example, if the source contains calendar week and the target contains calendar day, the data is spit for each calendar day. you can select either the normal calendar or the factory calendar.
Ans: The SAP HANA database is developed in C++.
Ans: In traditional data warehouses, such as SAP BW, a lot of pre-aggregation is done for quick results. That is the administrator (IT department) decides which information might be needed for analysis and prepares the result for the end users. This results in fast performance but the end user does not have flexibility.
The performance reduces dramatically if the user wants to do analysis on some data that is not already pre-aggregated. With SAP HANA and its speedy engine, no pre-aggregation is required. The user can perform any kind of operations in their reports and does not have to wait hours to get the data ready for analysis.
Ans: Display only and navigational; display only attributes are only for display and no analysis can be done; navigational attributes behave like regular characteristics; for example, assume that we have a customer characteristics with country as a navigational attribute; you can analyze the data using customer and country.
Ans: The transaction manager co-ordinates database transactions and keeps a record of running and closed transactions. When transaction is rolled back or committed, the transaction manager notifies the involved storage engines about the event so they can run necessary actions.
Ans: You can avoid un-necessary logging information from being stored by pausing the replication by stopping the schema-related jobs.
Ans: In the HANA database, each SQL statement is implemented in the reference of the transaction. New session is allotted to a new transaction.
Ans:
Row based tables:
It is the traditional Relational Database approach
It store a table in a sequence of rows
Column based tables:
It store a table in a sequence of columns i.e. the entries of a column is stored in contiguous memory locations.
SAP HANA is particularly optimized for column-order storage.
SAP HANA supports both row-based and column-based approach.
Ans: No; the cube must be empty to do this; one work around is to make a copy of the cube A to cube B; export data from A to B using export data source; empty cube A; create partition on A; re-import data from B; delete cube B.
Ans: Yes, either globally or using query debug tool RSRT.
Ans: This is a transfer routine (ABAP) defined at the info object level; this is common for all source systems.