SAP Certified Development Specialist – ABAP for SAP HANA 2.0 — Question 1
Which of the Golden Rules for Open SQL Performance have become more important with SAP HANA? (Choose two.)
Answer options
- A. Keep unnecessary load away from the database
- B. Minimize the search overhead
- C. Minimize the number of database accesses
- D. Minimize the amount of transferred data
Correct answer: C, D
Explanation
Answer C is correct as minimizing database accesses is essential for performance, especially with in-memory databases like SAP HANA. Answer D is also correct since reducing the amount of data transferred can significantly enhance performance. Options A and B are important but have not gained the same level of criticality in the context of SAP HANA.