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 arbitrary partitioning schemes #3

Closed
sleepdeprecation opened this issue Jun 12, 2019 · 1 comment
Closed

Add support for arbitrary partitioning schemes #3

sleepdeprecation opened this issue Jun 12, 2019 · 1 comment

Comments

@sleepdeprecation
Copy link
Contributor

At present, we only support the partitioning scheme Journera uses, the [year, month, day, hour] values. It seems likely that not everyone will also be using that partition scheme, and it would be nice to support arbitrary schemes.

On a high level, most of the work would just be around the Partitioner.partitions_on_disk method, but it would also require reworking the Partition class.

@sleepdeprecation
Copy link
Contributor Author

added in 731d752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant