Skip to content

Make ESTIMATED_QUERY_TIME_S user-configurable #519

Description

@gabotechs

Follow-up from #432 (thread).

gather_runtime_statistics in src/coordinator/prepare_dynamic_plan.rs hardcodes const ESTIMATED_QUERY_TIME_S: usize = 10, used to estimate bytes-per-second flowing through a stage.

Probably this estimation is better provided by people, still not sure if as a simple config option, or maybe a method in the TaskEstimator trait that receives the plan as an input.

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