1.

Explain How Sqlscript Procedure Is Processed In Hana Database?

Answer»

When a user creates a new procedure, the HANA DATABASE QUERY compiler FIRST:

  • PARSE the statements
  • Check the statement semantic correctness
  • Optimize the code for Declarative and Imperative LOGIC
  • Code generation creates Calculation models for Declarative logic and L nodes for Imperative logic
  • Compiled procedure creates Content in the database Catalog and in Repository

When a user creates a new procedure, the HANA database query compiler first:



Discussion

No Comment Found