Skip to content

Enable the shared_scan by default #61466

@murphyatwork

Description

@murphyatwork

Enhancement

The enable_shared_scan feature ensures that data is evenly distributed across all scan operator drivers, addressing scenarios where the data output by IO tasks is uneven.

Currently, it is disabled by default due to a potential drawback: if the data output by IO tasks is minimal and can be handled by partial operators, distributing it across all operators may introduce unnecessary scheduling overhead without yielding any performance gains.

Nonetheless, prioritizing robustness, we should enable this feature by default and work on mitigating the associated performance drawbacks.

Image

Metadata

Metadata

Assignees

Labels

type/enhancementMake an enhancement to StarRocks

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions