Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce SortExec memory usage by void constructing single huge batch #2132

Merged
merged 15 commits into from
Apr 5, 2022

Commits on Apr 1, 2022

  1. wip

    yjshen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    6f83571 View commit details
    Browse the repository at this point in the history
  2. workable version

    yjshen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4497d11 View commit details
    Browse the repository at this point in the history
  3. sort to bench

    yjshen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    971ded6 View commit details
    Browse the repository at this point in the history
  4. use sort2

    yjshen committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    acff377 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Replace

    yjshen committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    1e120de View commit details
    Browse the repository at this point in the history
  2. revert unexpected changes

    yjshen committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    ad361c1 View commit details
    Browse the repository at this point in the history
  3. iter rework

    yjshen committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    28f5f45 View commit details
    Browse the repository at this point in the history
  4. minor

    yjshen committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    e56919b View commit details
    Browse the repository at this point in the history
  5. prepare

    yjshen committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    75c6912 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    6bf7b9d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. revert unrelated changes

    yjshen committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    73ad8f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Update datafusion/core/src/physical_plan/sorts/sort.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    yjshen and alamb authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ad3a4d2 View commit details
    Browse the repository at this point in the history
  2. resolve comments

    yjshen committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e4bee9d View commit details
    Browse the repository at this point in the history
  3. refactor a little bit

    yjshen committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    2325d1a View commit details
    Browse the repository at this point in the history
  4. assertion

    yjshen committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    93f9d4d View commit details
    Browse the repository at this point in the history