SAP-HANA
SAP HANA SQL DATA Profiling: Learn in 5 Minutes
What is Data profiling? Data profiling is the process of analyzing the data available in an...
SAP HANA is the latest, in-memory database, and platform which can be deployed on-premises or cloud. SAP HANA is a combination of hardware and software, which integrates different components like SAP HANA Database, SAP SLT (System Landscape Transformation) Replication server, SAP HANA Direct Extractor connection, and Sybase replication.
HANA has unprecedented adoption by the SAP customers. SAP HANA is capable of processing a large amount of real time data in a short time period.
| Tutorial | Architecture |
| Tutorial | Download & Install |
| Tutorial | SAP HANA SQL |
| Tutorial | Data Type |
| Tutorial | Operator |
| Tutorial | SQL FUNCTIONS |
| Tutorial | SQL EXPRESSIONS |
| Tutorial | SQL Stored Procedure |
| Tutorial | Create Sequence |
| Tutorial | Create Trigger |
| Tutorial | SQL DATA Profiling |
| Tutorial | SQL SCRIPT |
| Tutorial | Calculation View |
| Tutorial | DATA Provisioning & Replication |
| Tutorial | SAP HANA SLT |
| Tutorial | SAP DS (SAP DATA Services) |
| Tutorial | Direct Extractor Connection (DXC) |
| Tutorial | Flat file Upload |
| Tutorial | Modelling |
| Tutorial | Join |
| Tutorial | Attribute View |
| Tutorial | Analytic View |
| Tutorial | Analytic Privileges |
| Tutorial | Information Composer |
| Tutorial | Import and Export |
| Tutorial | Security |
| Tutorial | Reporting |
| Tutorial | Interview Questions |
| Tutorial | SAP HANA PDF |
There are different types of SAP HANA edition, some of them as below-
The following diagram shows difference between all editions –
SAP HANA is a next-generation in-memory business platform. It accelerates analytics and application on a single and in-memory platform.
Mentioned below are the few reasons why to choose SAP HANA –
SAP HANA has many processes running on the SUSE Linux Server. SUSE Linux server manages the reservation of memory to all process.
When SAP HANA starts up, Linux OS reserves memory for the program code, program stack, and static data. OS can dynamically reserve additional data memory upon request from the SAP HANA Server.
SAP HANA create a memory pool for managing and tracking the consumption of memory. The memory pool is used to store all the in-memory data and system tables, thread stack, temporary computations and all other data structure required for managing the database.
When more memory is required for table growth or temporary computations, the SAP HANA memorymanager obtains this from the pool.
For an overview, check out the Memory Overview feature of the SAP HANA studio. To access it, right-click on a System ->Configuration and Monitoring -> Open Memory Overview in the context menu, as follows:
Below are advantages of SAP HANA -
Currently, SAP HANA also work as in-Memory database for SAP BW, so in this way SAP HANA able to improve the overall performance of SAP Net weaver BW.
Summary:
What is Data profiling? Data profiling is the process of analyzing the data available in an...
SAP HANA Provides following SAP HANA Functions- Data Type Conversion Function – Data Type...
What is SAP HANA Modeling? SAP HANA Modelling is an activity by which we create information view....
SAP HANA Database is Main-Memory centric data management platform. SAP HANA Database runs on SUSE...
SAP HANA support uploading data from a file without ETL tools (SLT, BODS, and DXC). It is a new...
What is Trigger? A trigger is also a stored procedure that automatically executes when an event...