apache-kudu

Can I add more than 300 columns in Apache Kudu?


I have been asked to create a Kudu table.

I know that Kudu is a columnar storage, but now my company's database table has like 285 columns which can fit in the the Kudu table, but is it possible to dynamically add columns in excess of the 300 column limit in a Kudu table? If so, how?


Solution

  • @HJSG Kudu give's best performance with < 300 COLUMNS and Kudu Tables can have a maximum of 300 columns. it is a Kudu limitation. have a look into this https://kudu.apache.org/docs/known_issues.html#_columns