Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-12044

[C++][Compute] Add support for imperfect grouping for use in radix partitioning

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • C++

    Description

      ARROW-11591 adds Grouper for identifying groups based on multiple key columns.

      For a large number of groups, it is beneficial to do a first pass partitioning on the key columns so that each worker thread only handles a subset of the query's groups. This is usually accomplished by computing only the hashes of the keys (not full group identity) and pushing slices of the input batches to workers based on those.

      This would probably make sense as a member function of Grouper, maybe Grouper::ConsumeImperfect

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bkietz Ben Kietzman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: