
Why do we need to partition tables in HANA? As HANA can not hold more than 2 billion records per column store table or per partition, any table which has crossed more than 1.5 billion rows are valid candidates of partitioning. It also helps in parallel procession of queries, if they are distributed across nodes […]