SAP Developer

SAP Developer

63 Articles Published

Articles by SAP Developer

Page 3 of 7

Performance Analysis of an Attribute view in SAP HANA

SAP Developer
SAP Developer
Updated on 18-Jun-2020 459 Views

In SAP HANA Modeling, you have an option of switching to Performance Analysis mode. This is used to check if Joins in Attribute view are meeting with performance optimized joins and cardinality based on data in the table.You can see 2 options when you select Performance Analysis mode:Join Details:This defines Join type used and proposed cardinality based on data in the tableData Source Details:Defines table type, partition type and a number of rows in tables.

Read More

Using Time subtype of an attribute view in SAP HANA

SAP Developer
SAP Developer
Updated on 18-Jun-2020 335 Views

Time subtype Attribute View is a special type of Attribute view that adds a Time Dimension to Data Foundation. To know more about the difference between Standard Attribute view and Time Attribute view, you can refer this SAP thread:https://archive.sap.com/discussions/thread/3253551

Read More

Adding a package to Delivery unit in SAP HANA

SAP Developer
SAP Developer
Updated on 18-Jun-2020 573 Views

In SAP HANA, Delivery unit is known as single unit, which can be mapped to multiple packages and can be exported as a single entity so that all the packages assigned to Delivery Unit can be treated as a single unit.Delivery units can be used to export all the packages that make a delivery unit and the relevant objects contained in it to a HANA Server or to the local Client location.The user should create Delivery Unit prior to using it. This can be done through HANA Modeler -> Delivery Unit -> Select System and Next -> Create -> Fill ...

Read More

Checking performance of SAP HANA system

SAP Developer
SAP Developer
Updated on 18-Jun-2020 2K+ Views

This can be checked in Performance tab under Administration icon in SAP HANA.In this tab, you can check the following:ThreadsSessionsBlocked TransactionsSQL Plan CacheExpensive statement traceJob ProgressLoad

Read More

Requirements to use a text join in SAP HANA

SAP Developer
SAP Developer
Updated on 17-Jun-2020 308 Views

When you use a Text join in SAP HANA, following condition should be met −You should have Text table always on the right side in joinThere should be a Language columns definedBelow shows an example of Attribute join where Language column is used in text join −

Read More

Port number for SAP HANA Cockpit offline administration

SAP Developer
SAP Developer
Updated on 13-Mar-2020 1K+ Views

Following perquisites should be met for accessing SAP HANA cockpit for offline administration −To access this, you need credentials of the operating system user (adm user) that was created when the system was installed.Communication port 1129: As this Port 1129 is required for communication with the SAP Host Agent in a standalone browser via HTTPS.HANA Cockpit is configured with HTTP accessWeb browser supports the SAPUI5 library sap.m.

Read More

Soft and hard stop of HANA system using HANA Studio

SAP Developer
SAP Developer
Updated on 13-Mar-2020 610 Views

To stop a HANA system, right-click the system you want to stop and choose Configuration and Monitoring → Stop System…Following options are available when you stop a system −Soft − The system is stopped after all running statements have finished or the specified timeout is reached.Hard − The system is stopped immediately. Open transactions are aborted and rolled back.

Read More

Stop and start a particular database service in SAP HANA

SAP Developer
SAP Developer
Updated on 13-Mar-2020 738 Views

Yes, you can start/stop a particular service of HANA system. To stop a service, go to Administration editor → Services tab. Right-click the service and choose the required option:

Read More

Adding a service to a tenant database

SAP Developer
SAP Developer
Updated on 13-Mar-2020 822 Views

To scale out a tenant database and/or distribute it across multiple hosts, you can add further server components, for example, an additional index server or a separate XS server. You add a service to a tenant database using the ALTER DATABASE SQL command.You do this from the system database using the following command −ALTER DATABASE ADD Following perquisites should be met to perform this task −You are logged on to the system database.You have the system privilege DATABASE ADMIN.

Read More

Removing a service from a tenant database in SAP HANA

SAP Developer
SAP Developer
Updated on 13-Mar-2020 2K+ Views

Yes, it is possible to remove a server component, which are no longer required. This can be performed using ALTER DATABASE SQL command.Following perquisites should be met to perform this task −You are logged on to the system database.You have the system privilege DATABASE ADMIN.To remove a service, you need to open SQL console of the SAP HANA studio and run “ALTER DATABASE” statement.ALTER DATABASE DB1 REMOVE '' AT LOCATION 'HOST_A:30XXX'

Read More
Showing 21–30 of 63 articles
« Prev 1 2 3 4 5 7 Next »
Advertisements