- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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
Advantages of using Column based tables in SAP HANA
In a Column store table, Data is stored vertically. So, similar data types come together as shown in the example above. It provides faster memory read and writes operations with help of In-Memory Computing Engine.
In a conventional database, data is stored in Row based structure i.e. horizontally. SAP HANA stores data in both row and Column based structure. This provides Performance optimization, flexibility and data compression in HANA database.
Storing Data in Columnar based table has following benefits −
- Data Compression
- Faster read and write access to tables as compared to conventional Row based storage
- Flexibility & parallel processing
- Perform Aggregations and Calculations at higher speed
For more details you can refer our HANA tutorial link:
https://www.tutorialspoint.com/sap_hana/sap_hana_information_modeler.htm
- Related Articles
- Creating Index in Column based tables in SAP HANA
- Disadvantages of using row based tables in SAP HANA
- Using column base tables in SAP HANA Calculation view with Star Join
- Advantages of using SAP S/4 HANA over SAP ERP
- SAP HANA Modeling on top of row and column base tables
- Merging 2 tables with similar column name SAP HANA database
- Using fact and dimension tables in SAP HANA Modeling
- Unloading tables in SAP HANA database
- Loading an individual column in SAP HANA using SQL
- Checking all tables and schema in SAP HANA
- Tables for generated Time data in SAP HANA
- Functional difference of using row vs column store in SAP HANA
- Trigger based SAP HANA data replication
- Checking tables in a schema in SAP HANA database
- Creating virtual tables from remote source in SAP HANA

Advertisements