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

Feature: topic partitioning by column #1

Open
sydduckworth opened this issue Jun 23, 2023 · 0 comments
Open

Feature: topic partitioning by column #1

sydduckworth opened this issue Jun 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sydduckworth
Copy link
Collaborator

I want to be able to partition a topic by unique value in one or more columns (this is commonly supported in Arrow/Parquet libraries).
Topics also need to support automatically partitioning by number of rows to avoid read performance degradation for very large datasets.

It would also be nice to be able to specify partitions by non-unique values such as:

  • Ranges (e.g. for an integer column specify partitions where max - min < 100
  • Buckets containing multiple unique values
@sydduckworth sydduckworth added the enhancement New feature or request label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant