Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-514

Support functional indexes

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Resolution: Fixed
    • None
    • 4.3.0
    • None
    • 383

    Description

      Instead of only defining the set of columns from the data table that make up an index, you should be able to use expressions. For example:

      CREATE INDEX upper_last_name_idx ON person (UPPER(last_name))

      Then in queries that use UPPER(last_name), we can replace them with column references to the index table.

      Attachments

        Activity

          People

            tdsilva Thomas D'Silva
            jamestaylor James R. Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: