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
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.
The text was updated successfully, but these errors were encountered:
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 thePartition
class.The text was updated successfully, but these errors were encountered: