Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-6897

XPath query: option to _not_ convert "or" to "union"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • query
    • None

    Description

      Right now, all XPath queries that contain "or" of the form "@a=1 or @b=2" are converted to SQL-2 "union". In some cases, this is a problem, specially in combination with "order by @jcr:score desc".

      Now that SQL-2 "or" conditions can be converted to union (depending if union has a lower cost), it is no longer strictly needed to do the union conversion in the XPath conversion. Or at least emit different SQL-2 queries and take the one with the lowest cost.

      Attachments

        Activity

          People

            thomasm Thomas Mueller
            thomasm Thomas Mueller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: