Skip to content

Use the min-max index when planning the query (partition pruning) #1

@mildbyte

Description

@mildbyte

Currently, we just ignore it:

// TODO: use filters and apply them to regions here (grab the code from list_files_for_scan)

Use the index in order to speed up queries with filters. Also TODO: figure out if it's even worth storing min-max values in the metadata database, given that we can also cheaply (?) read them from the actual Parquet files by hitting the object storage with Range requests.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions