Skip to content

Opening book details…

About this document

SQLScript Performance with Inlining by Alexander Filatov is a document available to read on EtoBox.

The document discusses the INLINE feature in SAP HANA SQLScript, which combines multiple SQL statements in a procedure into a single SQL statement to improve performance. It provides an example procedure with dependencies between statements, and shows how INLINE converts it into a single statement using a WITH clause. The output of calling the procedure with INLINE enabled is explained, including the explain plan and plan profiler output.

Author
Alexander Filatov
Language
EN