You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2015/08/09 18:53:45 UTC

[jira] [Created] (CASSANDRA-10028) Unique ID per ColumnFamilyStore

Robert Stupp created CASSANDRA-10028:
----------------------------------------

             Summary: Unique ID per ColumnFamilyStore
                 Key: CASSANDRA-10028
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10028
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Robert Stupp
            Priority: Minor


It would be beneficial to have a unique ID to identify not just a column family but also each 2i within a column family.

A secondary index is referenced using the KS name plus one string containing {{cfName + '.' + indexName}}. Whether a cfName references the base table or a 2i is distinguished using a {{.contains(".")}}.



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