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 2014/08/05 21:58:13 UTC

[jira] [Created] (CASSANDRA-7697) UDF use new schema migration

Robert Stupp created CASSANDRA-7697:
---------------------------------------

             Summary: UDF use new schema migration
                 Key: CASSANDRA-7697
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7697
             Project: Cassandra
          Issue Type: Bug
            Reporter: Robert Stupp
            Assignee: Robert Stupp
             Fix For: 3.0


UDF is the "prototype candidate" for new, fine granular schema migration.

On the basic level, everything stays the same, more or less, except:

# We might use separate versioning for migration messages (in addition to the messaging version)
# For DROP X changes, we only encode what's necessary (the keyspace name, the table name, the timestamp). Not to save bytes, but to avoid going through a full schema merge on the node.
# Include the type of change with all other schema changes, for the same reason.
# For schema pulls, use a merkle tree or something similar, to only pull/apply the relevant changes.




--
This message was sent by Atlassian JIRA
(v6.2#6252)