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 2009/07/22 22:57:14 UTC

[jira] Resolved: (CASSANDRA-240) Remove time-sorted columns

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

Jonathan Ellis resolved CASSANDRA-240.
--------------------------------------

    Resolution: Fixed

done with CASSANDRA-185

> Remove time-sorted columns
> --------------------------
>
>                 Key: CASSANDRA-240
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-240
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>
> Time-sorted columns suck for the reasons outlined in CASSANDRA-226, and because they split the API (some ops like get_columns_since only work efficiently on time-sorted; everything else only works efficiently on name-sorted).
> The solution is to make everything "name" sorted but with byte[] names and pluggable comparators you can emulate time-sorted columns but without the ugliness.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.