Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-11577

Store pre-lowercased content titles for more efficient lookup

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Most databases do not index varchar() fields in a way that is friendly to case-insensitive lookups. There are per-database solutions to this (function indexes in Oracle, generated columns in DB2, etc), but no easy general solution. Since one of the most frequent lookups we do is matched against the lower(title) column of the CONTENT table, we should store a pre-lowercased value of content titles in the database and look up against that instead.

      (see CONF-10030)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              cmiller@atlassian.com Charles Miller
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: