-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancementgood-second-issue
Description
To concisely read the IPC footer we must do two reads. First read the footer length and then read the footer contents.
On high latency filesystems we can cut down some of this startup time by assuming the footer is going to be relatively small and reading the last ~1MB of the file. Then we only need to do two reads if the footer is larger.
This means most of the time we can usually get away with 1 read at the expense of possibly reading more data than needed.
Reporter: Weston Pace / @westonpace
Note: This issue was originally created as ARROW-15340. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancementgood-second-issue