Skip to content

Remove file prefetching from FileStream #20984

@Dandandan

Description

@Dandandan

Is your feature request related to a problem or challenge?

Currently it is not effective

  • It doesn't have any priority which to fetch first, it will always fetch a
  • It applies the pruning filters directly (instead of delaying when starting processing)
  • It makes it more likely index is loaded several times over if scanning the same file across threads.

Describe the solution you'd like

Remove the prefetching API based on next file, so we can implement IO pipelining better.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions