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

Join & aggregation memory saving

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • 1.4.3
    • ExeMgr
    • None

    Description

      Our hash tables are currently unordered_multimaps, where the key is redundant with one (or more) of the columns stored as the value. We could use reduce mem usage by using an unordered_multiset, not storing the keys seperately, and using functors that know what the key columns are to generate the hash() and equal_to() values to make it function like the multimaps we're using now.

      Attachments

        Activity

          People

            pleblanc Patrick LeBlanc (Inactive)
            pleblanc Patrick LeBlanc (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 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.