Skip to content

Resolve "Add range int partitioning strategy"

Diogo Frazão requested to merge 425687-add-range-int-partitioning-strategy into master

What does this MR do and why?

In this merge request, we are adding a new partition strategy - IntRangeStrategy.

The manager will use the following conditions to generate new partitions:

  • If there are zero partitions, the partition manager will generate 6 new partitions.
  • If there are less than 6 partitions, the manager will generate 6 new partitions.
  • If there is data in one of the last 6 partitions, the manager will generate 6 new partitions.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #425687 (closed)

Edited by Diogo Frazão

Merge request reports