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

Support out-of-core Z-order using DataFusion #1460

Closed
Tracked by #1441
wjones127 opened this issue Jun 14, 2023 · 0 comments · Fixed by #1461
Closed
Tracked by #1441

Support out-of-core Z-order using DataFusion #1460

wjones127 opened this issue Jun 14, 2023 · 0 comments · Fixed by #1461

Comments

@wjones127
Copy link
Collaborator

No description provided.

wjones127 added a commit that referenced this issue Jul 3, 2023
…1461)

# Description

Fixes the base implementation so that is doesn't materialize the entire
result in one record batch. It will still require materializing the full
input for each partition in memory. This is mostly a problem for
unpartitioned table, since that means materializing the entire table in
memory.

Adds a new datafusion-based implementation enabled by the `datafusion`
feature. In theory, this should support spilling to disk.

# Related Issue(s)

For example:

- closes #1459
- closes #1460

# Documentation

<!---
Share links to useful documentation
--->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant