Skip to content

Improve Sorting / Merge performance  #2427

@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I plan to make sorting / merging faster. My reasons;

  1. I find it personally interesting
  2. It is a key piece of technology to bring DataFusion's performance to be on par with things like DuckDB
  3. It is important for my project IOx in the medium term

Describe the solution you'd like
Basically the plan is to follow the advice given by Goetz Graefe in Implementing sorting in database systems
and successfully implemented in systems like DuckDB (see blog post)`

It will likely involve some combination of a specialization of the row format and JIT comparisons

Here is my rough plan and a sketch of the kinds of things I want to work on

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions