Layout

Module · clean-core-curriculum §7 · Performance

Performance & SQL on HANA

Find and fix the slow programs that frustrate users and tie up the system — most of it comes down to a handful of habits. Covers the five rules that fix 80% of slow database queries, the diagnostics toolkit, the declarative-projected-joined pattern that wins, hints and buffering, and the performance pitfalls rarely written down. How to make ABAP fast on HANA’s columnar, set-oriented database.

Learning objectives

  • Apply the five rules that fix most slow SQL on HANA.
  • Pick the right diagnostic tool (ST05, SAT, SQLM, SWLT, PLANVIZ).
  • Rewrite loop lookups as projected, joined, declarative reads.
  • Use hints and buffering judiciously, and avoid the rarely-documented performance pitfalls.