This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Avoid writing (IPC) record batch into memory #928
Labels
investigation
Issues or PRs that are investigations. Prs may or may not be merged.
Currently the IPC writer prepares a record batch in memory before writing it into the writer.
The goal of this issue is to make so that the record batch is written directly to the writer, thereby avoiding an intermediary buffer.
The text was updated successfully, but these errors were encountered: