HANA Performance Optimization & PlanViz
Diagnosing and resolving slow HANA queries using EXPLAIN PLAN, PlanViz, and column-store-aware optimization techniques.
Performance tuning specifically on HANA is a distinct skill from general SQL tuning, and interviewers who probe this topic want to see whether a candidate understands HANA's particular execution model well enough to reason about a slow query's actual bottleneck rather than applying generic relational database tuning habits that don't map cleanly onto a column-store, in-memory engine.
Reading a plain textual EXPLAIN PLAN is like reading a play's script and imagining the performance; PlanViz is watching the actual recorded performance with a stopwatch on each scene, immediately showing you which scene (query operation) ran unexpectedly long, rather than requiring you to imagine it from the script alone.