Hi All,
Can we define partitioned (eg.hash) table in .hdbtable script?
When we create table using sql statement - eg: CREATE COLUMN TABLE mytab (a INT, b INT, c INT, PRIMARY KEY (a,b)) PARTITION BY HASH (a, b) PARTITIONS 4
Thanks!
Regards
Vidya Nair
Hi All,
Can we define partitioned (eg.hash) table in .hdbtable script?
When we create table using sql statement - eg: CREATE COLUMN TABLE mytab (a INT, b INT, c INT, PRIMARY KEY (a,b)) PARTITION BY HASH (a, b) PARTITIONS 4
Thanks!
Regards
Vidya Nair