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

Allow indexing of individual UDT fields

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • None
    • None

    Description

      CASSANDRA-7423 introduces persisting of individual UDT fields.

      Ticket's about to allow to create an index on a UDT field in a table.

      Example:

      CREATE TYPE foo (
         str     text,
         val    bigint
      );
      CREATE TABLE bar (
         pk     int PRIMARY KEY,
         udt    foo
      );
      CREATE INDEX bar_udt ON bar(udt.str);
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              snazy Robert Stupp
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: