You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2013/12/03 16:21:36 UTC

[jira] [Created] (CASSANDRA-6438) Decide if we want to make user types keyspace scoped

Sylvain Lebresne created CASSANDRA-6438:
-------------------------------------------

             Summary: Decide if we want to make user types keyspace scoped
                 Key: CASSANDRA-6438
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6438
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Sylvain Lebresne


Currently, user types are declared at the top level. I wonder however if we might not want to make them scoped to a given keyspace. It was not done in the initial patch for simplicity and because I was not sure of the advantages of doing so. However, if we ever want to use user types in system tables, having them scoped by keyspace means we won't have to care about the new type conflicting with another existing type.

Besides, having user types be part of a keyspace would allow for slightly more fine grained permissions on them. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)