cancel
Showing results for 
Search instead for 
Did you mean: 

After custome code remediate in hana. What is steps for code performance optimization in sap hana.

0 Kudos

We have done custom code remediate and now how we want to code performance optimization in sap hana. I am new so please help me.

Accepted Solutions (1)

Accepted Solutions (1)

raymond_giuseppi
Active Contributor
0 Kudos

First perform some search in available online documentation

Answers (3)

Answers (3)

0 Kudos

Caching is used widely in SAP HANA as a strategy to improve performance by re-using queried data rather than re-reading and processing the data every time it is requested. Administration and analysis tools for working with the Plan Cache for query optimization are available in the SAP HANA cockpit.

0 Kudos

Thanx Sofia

SriKrishna
Active Participant
0 Kudos

identify expensive SQLs and reports or transactions with high database time and then do a top down analysis to find out the related SAP application ( custom or standard) and fine tune it to reduce workload.

0 Kudos

Ok...thank you Sri Krishna

zsolt_zoldi
Advisor
Advisor
0 Kudos

Hello Gaurav,

To optimize SQL statements generated by custom code please refer to the following documents:
Statement Performance Analysis

SQL Tuning Guidelines

2000002 - FAQ: SAP HANA SQL Optimization

For a general performance optimization refer to the following KBA:
2000000 - FAQ: SAP HANA Performance Optimization

0 Kudos

Thank you Zsolt Zoldi