Skip to content

Make collecting column statistcs/schema optional #1555

@norberttech

Description

@norberttech

In most cases collecting column/schema statistics when executing pipelines is an overkill, especially when the most interesting metric is pipeline execution time.

run() should accept Analyze objet created through analyze() DSL function.

analyze() - collects total rows and execution time
analyze()->withSchema()->withColumnStatistics() - collect all statistics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions