Skip to content

Commit

Permalink
Add a section about partial reads in Mount (Everest) docs (#8724)
Browse files Browse the repository at this point in the history
* Add a section about partial reads in Mount (Everest) docs

* accept Ariel's suggestion

Co-authored-by: Ariel Shaqed (Scolnicov) <[email protected]>

* accept Ariel's suggestion (2)

Co-authored-by: Ariel Shaqed (Scolnicov) <[email protected]>

* [CR] add example command

---------

Co-authored-by: Ariel Shaqed (Scolnicov) <[email protected]>
  • Loading branch information
yonipeleg33 and arielshaqed authored Feb 27, 2025
1 parent 627a82b commit 2727542
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/reference/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,22 @@ Flags
--presign: Use presign for downloading.
```
### Partial Reads
{: .d-inline-block }
experimental
{: .label .label-red }
When reading large files, Everest can fetch from lakeFS only the parts actually accessed.
This can be useful for streaming workloads or for applications handling file formats such as Parquet, m4a, zip, tar that do not need to read the entire file.
To enable partial reads, pass the `--partial-reads` flag to the `mount` (or `mount-server`) command:
```bash
everest mount --partial-reads "lakefs://image-repo/main/datasets/pets/" "./pets"
```
## Examples
**Note**
Expand Down

0 comments on commit 2727542

Please sign in to comment.