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 20, 2019 · 2 revisions

Version 3.17.0 adds support for creating range partitions and query partitions 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/
Clone this wiki locally