Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero-copy select and return for pyarrow tables #95

Open
danthegoodman1 opened this issue Aug 22, 2023 · 0 comments
Open

Zero-copy select and return for pyarrow tables #95

danthegoodman1 opened this issue Aug 22, 2023 · 0 comments
Labels
Arrow Apache Arrow support enhancement New feature or request

Comments

@danthegoodman1
Copy link

Being able to select pyarrow tables without copying, as well as accessing results as pyarrow tables without copying would be massively beneficial to building low-latency ETL pipelines and other data processing pipelines.

Specifically having streaming support would be massive too: https://duckdb.org/2021/12/03/duck-arrow.html#streaming-data-fromto-arrow as this would greatly reduce the required memory usage for queries and post-processing of data

@lmangani lmangani added the enhancement New feature or request label Aug 24, 2023
@auxten auxten added the Arrow Apache Arrow support label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow Apache Arrow support enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants