- 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
Is Partitioning required in SAP HANA tables for one million records?
I think you are over thinking on a potential issue. The size of tables as you said will be rarely over one million records which does not qualify it to be considered a big table. In my application we have tables which are much bigger than that but still work pretty well over time. Also, as you said that data is mainly categorized on a daily basis so, theoretically it makes sense to partition tables on dates. It should improve the performance to some extent. But it can also lead to good number of partitions which can backfire too from maintenance point of view.
Also auditing your records will help your cause. What I would like you to first is start with normal tables without any partitioning at the start and observer performances for all sorts of queries. If you think that the performance is lagging, then you can go ahead with partitioning till that time just observe.
- Related Articles
- Tables for generated Time data in SAP HANA
- Unloading tables in SAP HANA database
- SAP HANA roles required for using Information Composer
- Checking all tables and schema in SAP HANA
- Creating Index in Column based tables in SAP HANA
- Checking tables in a schema in SAP HANA database
- Creating virtual tables from remote source in SAP HANA
- Using fact and dimension tables in SAP HANA Modeling
- Disadvantages of using row based tables in SAP HANA
- Advantages of using Column based tables in SAP HANA
- IC role to create physical tables, analyze data in SAP HANA
- Information required to connect MS Excel to SAP HANA
- Merging 2 tables with similar column name SAP HANA database
- Information required while creating a new Delivery Unit in SAP HANA
- Using SAP HANA Cockpit for HANA Administration
