Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AdminRemoveRanksRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string REBALANCE_SHARDED_DATA = "rebalance_sharded_data"
 If true, sharded data will be rebalanced approximately equally across the cluster. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string REBALANCE_UNSHARDED_DATA = "rebalance_unsharded_data"
 If true, unsharded data (a.k.a. More...
 
const string AGGRESSIVENESS = "aggressiveness"
 Influences how much data is moved at a time during rebalance. More...
 

Detailed Description

Optional parameters.

  • REBALANCE_SHARDED_DATA: 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.
  • REBALANCE_UNSHARDED_DATA: 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.
  • AGGRESSIVENESS: 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'.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 105 of file AdminRemoveRanks.cs.

Member Data Documentation

const string kinetica.AdminRemoveRanksRequest.Options.AGGRESSIVENESS = "aggressiveness"

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 159 of file AdminRemoveRanks.cs.

const string kinetica.AdminRemoveRanksRequest.Options.FALSE = "false"

Definition at line 129 of file AdminRemoveRanks.cs.

const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_SHARDED_DATA = "rebalance_sharded_data"

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 127 of file AdminRemoveRanks.cs.

const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_UNSHARDED_DATA = "rebalance_unsharded_data"

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 151 of file AdminRemoveRanks.cs.

const string kinetica.AdminRemoveRanksRequest.Options.TRUE = "true"

Definition at line 128 of file AdminRemoveRanks.cs.


The documentation for this struct was generated from the following file: