Skip to content

[VL] Gluten performs over 10x slower than Vanilla Spark on simple "select ... limit ..." queries #11766

@zhixingheyi-tian

Description

@zhixingheyi-tian

Description

Simple case as below

select * from store_sales limit 10;

Spark behaviour

Vanilla Spark execution is very fast , and generates only one task.

Image Image

Gluten behaviour

Gluten performs over 10x slower than Vanilla Spark. And generates multiple tasks.

Image Image

@weiting-chen @zhouyuan @jinchengchenghh

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions