- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Execution time while running a SQL query in HANA Studio
When a SQL query is executed, you can see the confirmation that the query is executed in time duration and also with server processing time. In this scenario, you can see the time taken by SAP HANA processor to create a new table in the HANA database as below −
“Statement 'Create Table Demo_HANA ( ID INTEGER, NAME VARCHAR(10), PRIMARY KEY (ID) )'
successfully executed in 3 ms 117 µs (server processing time − 2 ms 458 µs) - Rows Affected − 0”
- Related Articles
- Executing a SQL query in SAP HANA Studio
- Opening SQL editor using SAP HANA Studio
- Running a SQL query from specific month in SAP DB
- Running an OLTP query in SAP HANA
- Create table SQL query in SAP HANA
- How to monitor real time SQL execution statistics in Oracle?
- Ignore NULL and UNDEFINED values while running a MongoDB query
- Load and unload a table in SAP HANA using SQL query
- SQL query to check SAP HANA system version
- How to improve the execution time of a query in MongoDB?
- SAP HANA Modeling Perspective in HANA Studio
- Customizing SAP HANA Perspective in HANA Studio
- Creating a Delivery unit in SAP HANA using HANA Studio
- Exporting a Delivery unit in SAP HANA using HANA Studio
- Searching a SAP HANA system in HANA Studio System view

Advertisements