You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
max - min < 100
The text was updated successfully, but these errors were encountered: