You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/12/18 16:59:14 UTC

[jira] [Commented] (CASSANDRA-7666) Range-segmented sstables

    [ https://issues.apache.org/jira/browse/CASSANDRA-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14251843#comment-14251843 ] 

Jonathan Ellis commented on CASSANDRA-7666:
-------------------------------------------

How useful is this actually going to be with DTCS delivering many of the same benefits?

/cc [~rssvihla] [~tupshin] [~mstump] [~krummas]

> Range-segmented sstables
> ------------------------
>
>                 Key: CASSANDRA-7666
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7666
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: API, Core
>            Reporter: Jonathan Ellis
>            Assignee: Sam Tunnicliffe
>             Fix For: 3.0
>
>
> It would be useful to segment sstables by data range (not just token range as envisioned by CASSANDRA-6696).
> The primary use case is to allow deleting those data ranges for "free" by dropping the sstables involved.  We should also (possibly as a separate ticket) be able to leverage this information in query planning to avoid unnecessary sstable reads.
> Relational databases typically call this "partitioning" the table, but obviously we use that term already for something else: http://www.postgresql.org/docs/9.1/static/ddl-partitioning.html
> Tokutek's take for mongodb: http://docs.tokutek.com/tokumx/tokumx-partitioned-collections.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)