nosql - Is 2 billion cells limit per partition in cassandra, is this configurable to increase the limit -


i new cassandra, documentation found there limit of 2 billion cells per partition. can configure limit in cassandra. impact on performance if increase limit.

can please me on this.

as far know limit cannot configured , addressing limitation.

you wouldn't typically want use many cells in single partition, instead want spread data load out across many partitions multiple cassandra nodes share load.

for example, if collecting time series data, might want add date field partition key each day use different partition.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -