2

Can anyone help me and provide me info regarding the limit of array length and dimensions a row/column table's row can have. I cannot add more than 1000 elements to my array. Is there any way to increase its size?

Cœur
  • 37,241
  • 25
  • 195
  • 267
techie95
  • 515
  • 3
  • 16

2 Answers2

2

Snappydata is not supporting anything more than thousand columns for either of row tables or column tables. https://github.com/SnappyDataInc/snappydata/issues/769

swjung
  • 21
  • 2
1

Did you get the data from file? Try to check the size of array in file. Snappy supports array size more than 1000.

Nishanth Duvva
  • 665
  • 8
  • 18