 
  Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP 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
Use of SQL/MDX processor in SAP HANA Index server
SQL/MDX processor in HANA system processes all SQL and MDX statements executed in HANA system. SQL statements are generated for all the tables, schemas and MDX statements are raised for OLAP data processing. SQL stands for Structured Query Language and is Relational database language to manage two dimensional objects in HANA db.
MDX stands for Multi Dimension Expression and is an OLAP language for processing MDX statements for multidimensional models.
SQL/MDX Processor directs all the statement to relevant engines for processing and Engine optimization. It is used for authorization management in executing queries and Error handling while processing SQL/MDX statements.
Following functions are performed by SQL/MDX processor under Index Server −
- Efficient processing of SQL/MDX statements and divide all the statements and direct them to correct engines for processing.
- Procedure Calls are handled by Stored Procedure Processor and convert BW OLAP cubes to HANA optimized cubes for performing calculations and aggregations and parallel processing.
- Error handling for efficiently handling all the transactions in HANA db.
Advertisements
 