

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
SQL Script vs Graphical Calcualtion views in SAP HANA
In SAP HANA Modeling, Graphical Information Views are faster as compared to SQLScript in almost every scenario and also Graphical Information Views are easier for others to understand, remodel and change.
There are scenarios where you need SQLScript, but it shouldn’t be viewed as a general-purpose solution to modeling problems.
Note:
It is never recommended that you code a Calculation View with SQL Script and use it inside another Calculation View with CE Functions as it results in a very bad performance.
- Related Questions & Answers
- Benefits of using SAP HANA database views
- Performing Null check using HANA SQL Script
- De-normalization and Analytic views in SAP HANA
- Adding multiple views in SAP HANA Analytic Privilege
- Different types of Calculation views in SAP HANA
- Difference between Open SQL, Native SQL in SAP HANA
- Sort data in SQL using Dynamic SQL in SAP HANA
- Difference between Views and Materialized Views in SQL
- Create table SQL query in SAP HANA
- Create User SQL in SAP HANA database
- Create View SQL in SAP HANA database
- Consuming Attribute views in an Analytic view in SAP HANA
- Opening SQL editor using SAP HANA Studio
- Using Calculation views inside another calculation view in SAP HANA
- SQL Operation supported in SAP HANA SPS06 SDA
Advertisements