Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4004

Reduce computation complexity of group_concat()

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.5.3
    • N/A
    • ExeMgr
    • None

    Description

      As of 1.5 group_concat tries to precisely calculate the length of a result string elements. This is waistfull thus we should employ an heuristic,e.g. all of the elements takes 75% of the maximum length for the datatype.
      We can compare the resulting string length with the allowed maximum length in ::getResult(). The refactoring is partially done(for DECIMALS) in MCOL-641.
      Given this approach the estimate should be also calculated only once given we know RowGroup size.

      Attachments

        Activity

          People

            toddstoffel Todd Stoffel (Inactive)
            drrtuy Roman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.