GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_rebalance.h>
Public Member Functions | |
AdminRebalanceResponse () | |
Constructs an AdminRebalanceResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
The database must be offline for this operation, see const
NOTE: Replicated data will not move as a result of this call
This endpoint's processing time depends on the amount of data in the system, thus the API call may time out if run directly. It is recommended to run this endpoint asynchronously via const.
Definition at line 258 of file admin_rebalance.h.
|
inline |
Constructs an AdminRebalanceResponse object with default parameter values.
Definition at line 265 of file admin_rebalance.h.
std::map<std::string, std::string> gpudb::AdminRebalanceResponse::info |
Definition at line 270 of file admin_rebalance.h.