Amazon Keyspace maximum table partition size

60 views Asked by At

Is there a maximum size limit to a table partition in Amazon Keyspaces? I want to store around 110 TB of unstructured data and I'm trying to choose between manually sharding DocumentDB due to its collection size limit. I'd take up keyspaces if it doesn't have a partition size limit.

1

There are 1 answers

0
Jake Boomgaarden On

It looks like the total amount per table partition is 2 billion cells.

I know that this is an apache doc, not an AWS one, but I've found them to be relatively similar