You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 05:48:01 UTC

[jira] [Updated] (CASSANDRA-9336) Partition paging

     [ https://issues.apache.org/jira/browse/CASSANDRA-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

C. Scott Andreas updated CASSANDRA-9336:
----------------------------------------
    Component/s: Core

> Partition paging
> ----------------
>
>                 Key: CASSANDRA-9336
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9336
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Robert Stupp
>            Priority: Minor
>
> A common problem in data modeling is how to prevent too-big partitions. For example, a table usually has 100 rows per partition, but outliers have millions of rows per partition. One "generic" way could be to split the outliers into separate buckets - but reading these outliers may involve multiple read requests (which is bad).
> CASSANDRA-9231 could provide some base functionality - i.e. allow users to "bind" different partitions to the same nodes.
> Making it possible to select all or a range of partitions per routing-key could help - ideally with sorting. (Comparable to what a clustering key is for a partition.)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org