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

Propagate LIMIT into TupleBPS to reduce the number of simultaneous Primitive Jobs issued by TBPS

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 6.1.1
    • Icebox
    • ExeMgr
    • None

    Description

      As of 6.1.1 TupleBPS::sendJobs() sends out JobList.MaxOutstandingRequests(20 extents of work by default) * 1024 Primitive Jobs simultaneously. By default it worths 20 extents of columnar data.
      In case of queries like SELECT * FROM table_with_500_columns LIMIT 1 this overwhelms PPs with needless work and spoils the buffer cache. The optimizer must propagate the LIMIT into TupleBPS so that it issues a limited number of outstanding Primitive jobs for queries where it is semantically possible.

      Attachments

        Activity

          People

            maxmether Max Mether
            drrtuy Roman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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