Symptom
Environment
SAP HANA
Product
Keywords
Record count,Table growth,Billion,HASH,ROUNDROBIN,RANGE,CHECK_PARTITIONING,CHECK_PARTITIONING_DATA,too many records
If you want to change the column for HASH partitioning, the resource usage is limited because the source partitions are processed sequentially. You can achieve a higher resource utilization and an overall runtime reduction with the following two-step approach:
ALTER TABLE <table> PARTITION BY HASH (<prev_column>) PARTITIONS <count>, HASH (<new_column>) PARTITIONS <count>;ALTER TABLE <table> PARTITION BY HASH (<new_column>) PARTITIONS <count>; , KBA , HAN-DB-ENG , SAP HANA DB Engines , HAN-DB , SAP HANA Database , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.