Skip to content

Improve unspilling concurrency #26007

@sopel39

Description

@sopel39

Currently join operator (io.trino.operator.join.HashBuilderOperator) is unspilling partition by partition using io.trino.spiller.FileSingleStreamSpiller. However, io.trino.spiller.FileSingleStreamSpiller is single threaded. In case of HashBuilderOperator it should be unspilling each partition in parallel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions