Skip to content

Snapshot-Level Metrics and Statistics #102

@omervk

Description

@omervk

Assume a table with the following field:

id int

There are n data files, each of which has the statistics min(id) and max(id). ids are positive integers.

Querying by id < 0 would require an O(n) run on all data files in the manifest, querying whether min(id) < 0 < max(id).

Aggregating metrics and/or statistics to the Snapshot level would reduce such scans from O(n) (n being the number of data files) to O(1).

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