A set of string constants for the parameter AdminRemoveRanksRequest.options. More…
Static Public Attributes | |
| const string | REBALANCE_SHARDED_DATA = “rebalance_sharded_data” |
| If TRUE, sharded data will be rebalanced approximately equally across the cluster. | |
| const string | TRUE = “true” |
| A boolean constant for the AdminRemoveRanksRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the AdminRemoveRanksRequest.Options options. | |
| const string | REBALANCE_UNSHARDED_DATA = “rebalance_unsharded_data” |
| If TRUE, unsharded data (a.k.a. | |
| const string | AGGRESSIVENESS = “aggressiveness” |
| Influences how much data is moved at a time during rebalance. | |
Detailed Description
A set of string constants for the parameter AdminRemoveRanksRequest.options.
Optional parameters.
Definition at line 39 of file AdminRemoveRanks.cs.
Member Data Documentation
◆ AGGRESSIVENESS
| static |
Influences how much data is moved at a time during rebalance.
A higher AGGRESSIVENESS will complete the rebalance faster. A lower AGGRESSIVENESS will take longer but allow for better interleaving between the rebalance and other queries. Valid values are constants from 1 (lowest) to 10 (highest). The default value is ‘10’.
Definition at line 111 of file AdminRemoveRanks.cs.
◆ FALSE
| static |
A boolean constant for the AdminRemoveRanksRequest.Options options.
Definition at line 73 of file AdminRemoveRanks.cs.
◆ REBALANCE_SHARDED_DATA
| static |
If TRUE, sharded data will be rebalanced approximately equally across the cluster.
Note that for clusters with large amounts of sharded data, this data transfer could be time consuming and result in delayed query responses. Supported values:
The default value is TRUE.
Definition at line 65 of file AdminRemoveRanks.cs.
◆ REBALANCE_UNSHARDED_DATA
| static |
If TRUE, unsharded data (a.k.a.
randomly-sharded) will be rebalanced approximately equally across the cluster. Note that for clusters with large amounts of unsharded data, this data transfer could be time consuming and result in delayed query responses. Supported values:
The default value is TRUE.
Definition at line 99 of file AdminRemoveRanks.cs.
◆ TRUE
| static |
A boolean constant for the AdminRemoveRanksRequest.Options options.
Definition at line 69 of file AdminRemoveRanks.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AdminRemoveRanks.cs
- Kinetica/Protocol/AdminRemoveRanks.cs