Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Database Rebalancer

rjrudin edited this page Dec 23, 2019 · 2 revisions

Version 3.17.0 adds support for creating range partitions and partition queries via the Database Rebalancer endpoints. These partitions are part of configuring Tiered Storage, and it's worth reading the documentation on Tiered Storage to understand how partitions work and what the requirements are for configuring them.

Partitions are database-specific resources, and thus to deploy them, you should store partition files in a database-specific directory. For example, for a database named "my-database", you'd put range partitions in the following directory:

src/main/ml-config/databases/my-database/partitions/

And partition queries would go into:

src/main/ml-config/databases/my-database/partition-queries/

You can see examples of this in the following projects used for testing this functionality:

Clone this wiki locally