Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-932

Use cfids instead of cfnames for major operations.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 0.7 beta 1
    • None
    • None

    Description

      CF.id() should be used in place of CF.name() for looking up column families.

      In pragmatic terms this means that:

      • maps that store CF or CFS should use id as the key.
      • CF.name() should be eliminated and replaced by a toString() that includes the cfid and name.
      • other things I can't immediately think of.

      We might even go so far as to change the way we name the sstable files to use cfid instead of name. This would make renaming CFs a simpler (and quicker) operation.

      Attachments

        Issue Links

          Activity

            People

              stuhood Stu Hood
              gdusbabek Gary Dusbabek
              Stu Hood
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: