Found 694 Articles for SAP HANA

Different Engine types in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

378 Views

In SAP HANA, following engine types are available:Join Engine: This is used for attribute viewsOLAP engine: This is used for analytic viewsCalculation Engine: This is used for calculation views

Checking topology of SAP HANA

SAP ABAP Expert
Updated on 18-Jun-2020 07:42:40

564 Views

The topology of SAP HANA system is maintained by Name Server. This is used to manage all the running components and data stored in each component.

Maximum number of columns in a table in SAP HANA

SAP Developer
Updated on 12-Mar-2020 10:15:15

675 Views

The maximum number of columns in a table is 1000.

Maximum Column name length in SAP HANA

SAP Expert
Updated on 12-Mar-2020 10:17:03

692 Views

Maximum column name length supported in a table in SAP HANA is 127 chars.

Maximum Table name length in SAP HANA

SAP ABAP Expert
Updated on 12-Mar-2020 10:12:19

911 Views

Maximum table name length supported in SAP HANA is 127 characters.

Maximum table count in a schema in SAP HANA

SAP Expert
Updated on 12-Mar-2020 10:11:37

275 Views

In SAP HANA, a maximum number of tables in a schema are 131072. To create a table, you have to right click on Schema name → New Table

Index server in SAP HANA system

Anil SAP Gupta
Updated on 18-Jun-2020 07:44:45

1K+ Views

Index server contains SQL/MDX processor to handle query statements for the database. When SQL or MDX is fired for SAP HANA system, an Index Server takes care of all these requests and processes them. All HANA processing takes place in Index Server.Index Server contains Data engines to handle all SQL/MDX statements that come to HANA database system. It also has Persistence Layer that is responsible for durability of HANA system and ensures HANA system is restored to most recent state when there is a restart of system failure.Index Server also has Session and Transaction Manager, which manage transactions and keep ... Read More

Limitations of using SAP HANA 1.0

Anil SAP Gupta
Updated on 30-Jul-2019 22:30:22

148 Views

SAP HANA 1.0 can replicate data only from few of data sources and only in few formats using Sybase Replication. You can perform batch loading using SAP Data Services and it is optimized only for Business Object 4.0 for reporting.

SQL Script vs Graphical Calcualtion views in SAP HANA

SAP Developer
Updated on 30-Jul-2019 22:30:22

630 Views

In SAP HANA Modeling, Graphical Information Views are faster as compared to SQLScript in almost every scenario and also Graphical Information Views are easier for others to understand, remodel and change.There are scenarios where you need SQLScript, but it shouldn’t be viewed as a general-purpose solution to modeling problems.Note:It is never recommended that you code a Calculation View with SQL Script and use it inside another Calculation View with CE Functions as it results in a very bad performance.

Checking various details in SAP HANA in multitenant environment

SAP Developer
Updated on 06-Mar-2020 06:13:28

67 Views

You can check the landscape of HANA system, navigate to Landscape tab in HANA studio. Services show all the services running on HANA system.The following screenshot shows SAP HANA system and all the key services running under system Landscape for the same system.You can see the service name corresponding to each server in HANA system landscape.

Advertisements