You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Evan Weaver (JIRA)" <ji...@apache.org> on 2009/07/14 23:37:14 UTC

[jira] Created: (CASSANDRA-295) Partitioner should be configured per table

Partitioner should be configured per table
------------------------------------------

                 Key: CASSANDRA-295
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-295
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Evan Weaver


Currently it must be the same for the whole cluster, which doesn't make sense.

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


[jira] Commented: (CASSANDRA-295) Partitioner should be configured per table

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734443#action_12734443 ] 

Jonathan Ellis commented on CASSANDRA-295:
------------------------------------------

asdf jira ate my comment :(

yes, the problem is that "one node, one token" is a fundamental assumption and for this we'd have to move to "one token per table per node" which is all kinds of hard to retrofit to the current code.

the cost / benefit is too high here.

> Partitioner should be configured per table
> ------------------------------------------
>
>                 Key: CASSANDRA-295
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-295
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Evan Weaver
>            Assignee: Arin Sarkissian
>
> Currently it must be the same for the whole cluster, which doesn't make sense.

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


[jira] Resolved: (CASSANDRA-295) Partitioner should be configured per table

Posted by "Arin Sarkissian (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arin Sarkissian resolved CASSANDRA-295.
---------------------------------------

    Resolution: Won't Fix
      Assignee: Arin Sarkissian

After discussing this with JBellis we both agree that the work involved in getting this working is not worth it. There's certain things we had to do with Endpoints & Tokens to get the table name.



> Partitioner should be configured per table
> ------------------------------------------
>
>                 Key: CASSANDRA-295
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-295
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Evan Weaver
>            Assignee: Arin Sarkissian
>
> Currently it must be the same for the whole cluster, which doesn't make sense.

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