Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-853

EnumerableAggregate should take advantage of input collation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.23.0
    • None
    • None

    Description

      Li Yang <liyang@apache.org>
      Aug 20 (2 days ago)

      I encountered Out Of Mem exception when a huge result set is passed into EnumerableAggregate and get aggregated in memory. I'm thinking if the input is sorted by the group-by key, then the groupBy() don't have to hold all data in memory any more.

      Julian Hyde <jhyde@apache.org>
      2:20 PM (16 hours ago)

      Yes, that would be useful. Please log a jira.

      Enumerable.groupBy doesn't know its input's collation so can't make that decision, but EnumerableAggregate does. I think that EnumerableAggregate should have a "trigger key", a subset of its group key, and if the trigger key changes it will emit and flush its hash table.

      As well as for your use case, it will be useful for streaming queries.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              liyang.gmt8@gmail.com liyang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: