Skip to content

Add mmap option to from_file docs#263

Merged
mavam merged 1 commit intotopic/new-executorfrom
topic/mmap
Apr 16, 2026
Merged

Add mmap option to from_file docs#263
mavam merged 1 commit intotopic/new-executorfrom
topic/mmap

Conversation

@raxyte
Copy link
Copy Markdown
Member

@raxyte raxyte commented Apr 16, 2026

Documents the new mmap=bool option on from_file.

🔗 Code PR: https://github.com/tenzir/tenzir/pull/6036

@github-actions github-actions Bot added the reference Reference documentation label Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

📦 Preview  ·  View →  ·  ⚪ Removed

@mavam mavam merged commit 37fcc73 into topic/new-executor Apr 16, 2026
7 checks passed
@mavam mavam deleted the topic/mmap branch April 16, 2026 13:09
mavam added a commit to tenzir/tenzir that referenced this pull request Apr 17, 2026
Pass `mmap=true` to make Arrow's `LocalFileSystem` memory-map files
instead of using regular reads. Delegates to
`LocalFileSystemOptions::use_mmap`, so the existing `ReadAsync` path
works transparently over the mapped region.

<sub>
🔗 Documentation PR: tenzir/docs#263
</sub>

---------

Co-authored-by: Matthias Vallentin <matthias@vallentin.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reference Reference documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants