2

As an example, Cassandra has a 2 billion column limit for a "row key". Some high volume IoT apps could push that boundary and you should therefore, design accordingly, if using Cassandra.

Is there any size limitations similar to that with SnappyData's column table that I should "design" around as well?

Community
  • 1
  • 1
Jason
  • 2,006
  • 3
  • 21
  • 36

2 Answers2

1

No, there is no such design limit with Snappy column tables.

jagsr
  • 535
  • 2
  • 6
1

There is such limit:

we are not going to support anything more than a thousand columns for any of the table types for coming releases

https://github.com/SnappyDataInc/snappydata/issues/769#issuecomment-321240734

Leo Gallucci
  • 16,355
  • 12
  • 77
  • 110