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

Add support for partitioned tables #476

Open
gruuya opened this issue Nov 29, 2023 · 0 comments
Open

Add support for partitioned tables #476

gruuya opened this issue Nov 29, 2023 · 0 comments

Comments

@gruuya
Copy link
Contributor

gruuya commented Nov 29, 2023

Currently we don't support these, since we have a custom delta Parquet writer (i.e. plan_to_object_store) as a way to mitigate memory performance of writes.

This could be achieved in two ways:

  1. Ditch our custom writing logic and use delta-rs one, which has support for partitioning columns at the expense of getting sub-optimal memory profiles.
  2. Implement partitioning into our own writing logic.
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

No branches or pull requests

1 participant